Public Member Functions | |
Test () | |
void | process (const Eref &e, ProcPtr p) |
void | handleS0 () |
void | handleS1 (const Eref &e, string s) |
void | handleS2 (const Eref &e, int i1, int i2) |
Static Public Member Functions | |
static const Cinfo * | initCinfo () |
Public Attributes | |
string | s_ |
int | i1_ |
int | i2_ |
int | numAcks_ |
Static Public Attributes | |
static Finfo * | sharedVec [6] |
Test::Test | ( | ) | [inline] |
void Test::handleS0 | ( | ) | [inline] |
References numAcks_.
Referenced by testSharedMsg().
void Test::handleS1 | ( | const Eref & | e, | |
string | s | |||
) | [inline] |
References s_, and SrcFinfo0::send().
Referenced by testSharedMsg().
void Test::handleS2 | ( | const Eref & | e, | |
int | i1, | |||
int | i2 | |||
) | [inline] |
References i1_, i2_, and SrcFinfo0::send().
Referenced by testSharedMsg().
static const Cinfo* Test::initCinfo | ( | ) | [inline, static] |
References sharedVec.
Referenced by testMsgSrcDestFields(), and testSharedMsg().
int Test::i1_ |
Referenced by handleS2(), and testSharedMsg().
int Test::i2_ |
Referenced by handleS2(), and testSharedMsg().
int Test::numAcks_ |
Referenced by handleS0(), and testSharedMsg().
string Test::s_ |
Referenced by handleS1(), and testSharedMsg().
Finfo * Test::sharedVec [static] |
Referenced by initCinfo().