PPL Logo

IDXL_Comm::sto_t Class Reference

This class represents one communication operation: a send/sum or send/recv. More...

#include <idxl.h>

Collaboration diagram for IDXL_Comm::sto_t:

Collaboration graph
[legend]

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_Sideidx
 Indices to read from/write to.
const IDXL_Layoutdtype
 Format of user data.
void * data
 User data to read from/write to.
op_t op
 Operation to perform.

Detailed Description

This class represents one communication operation: a send/sum or send/recv.

Definition at line 43 of file idxl.h.


Constructor & Destructor Documentation

IDXL_Comm::sto_t::sto_t ( const IDXL_Side idx_,
const IDXL_Layout dtype_,
void *  data_,
op_t  op_ 
) [inline]

Definition at line 49 of file idxl.h.

IDXL_Comm::sto_t::sto_t ( void   )  [inline]

Definition at line 51 of file idxl.h.


Field Documentation

Indices to read from/write to.

Definition at line 44 of file idxl.h.

Referenced by IDXL_Comm::wait().

Format of user data.

Definition at line 45 of file idxl.h.

Referenced by IDXL_Comm::wait().

User data to read from/write to.

Definition at line 46 of file idxl.h.

Referenced by IDXL_Comm::wait().

Operation to perform.

Definition at line 47 of file idxl.h.

Referenced by IDXL_Comm::wait().


The documentation for this class was generated from the following file:

Generated on Mon Sep 21 08:25:49 2020 for Charm++ by  doxygen 1.5.5