#include <ckcallback-ccs.h>
Public Member Functions | |
int | getLength (void) const |
int | getSize (void) const |
void * | getData (void) const |
void | check (void) |
Static Public Member Functions | |
static CkDataMsg * | buildNew (int length, const void *data) |
This is how you must create a CkDataMsg. | |
Data Fields | |
int | length |
char * | data |
int | checkTag |
Definition at line 28 of file ckcallback-ccs.h.
int CkDataMsg::getLength | ( | void | ) | const [inline] |
Definition at line 36 of file ckcallback-ccs.h.
References length.
Referenced by CkCallback::send().
int CkDataMsg::getSize | ( | void | ) | const [inline] |
void* CkDataMsg::getData | ( | void | ) | const [inline] |
Definition at line 38 of file ckcallback-ccs.h.
References data.
Referenced by CkCallback::send().
This is how you must create a CkDataMsg.
Definition at line 563 of file ckcallback.C.
References checkTag, data, dataMsgTag, length, and msg.
Referenced by ckcallback_group::call(), and CkCallback::send().
void CkDataMsg::check | ( | void | ) |
Definition at line 574 of file ckcallback.C.
References checkTag, and dataMsgTag.
Referenced by CkCallback::send().
Definition at line 30 of file ckcallback-ccs.h.
Referenced by buildNew(), getLength(), and getSize().
char* CkDataMsg::data |