
#include <idxl.h>

| Public Member Functions | |
| sto_t (const IDXL_Side *idx_, const IDXL_Layout *dtype_, void *data_, op_t op_) | |
| sto_t (void) | |
| Data Fields | |
| const IDXL_Side * | idx | 
| Indices to read from/write to. | |
| const IDXL_Layout * | dtype | 
| Format of user data. | |
| void * | data | 
| User data to read from/write to. | |
| op_t | op | 
| Operation to perform. | |
Definition at line 43 of file idxl.h.
| IDXL_Comm::sto_t::sto_t | ( | const IDXL_Side * | idx_, | |
| const IDXL_Layout * | dtype_, | |||
| void * | data_, | |||
| op_t | op_ | |||
| ) |  [inline] | 
| const IDXL_Side* IDXL_Comm::sto_t::idx | 
Indices to read from/write to.
Definition at line 44 of file idxl.h.
Referenced by IDXL_Comm::wait().
| void* IDXL_Comm::sto_t::data | 
User data to read from/write to.
Definition at line 46 of file idxl.h.
Referenced by IDXL_Comm::wait().
 1.5.5
 1.5.5