

Public Member Functions | |
| int | getPhase (void) |
| void | setPhase (int p) |
| CkCallback | getCb (void) |
| void | setCb (CkCallback cb_) |
| CmiInt8 | getCreated (void) |
| void | setCreated (CmiInt8 c) |
| CmiInt8 | getProcessed (void) |
| void | setProcessed (CmiInt8 p) |
| char | getDirty (void) |
| void | setDirty (char d) |
Private Attributes | |
| int | phase |
| union { | |
| struct { | |
| } p1 | |
| struct { | |
| CmiInt8 created | |
| CmiInt8 processed | |
| } p2 | |
| struct { | |
| } p3 | |
| struct { | |
| char dirty | |
| } p4 | |
| } | u |
| CkCallback | cb |
Definition at line 5 of file qd.C.
| int QdMsg::getPhase | ( | void | ) | [inline] |
Definition at line 16 of file qd.C.
References phase.
Referenced by _callWhenIdle(), _handlePhase0(), _handlePhase1(), and _handlePhase2().

| void QdMsg::setPhase | ( | int | p | ) | [inline] |
Definition at line 17 of file qd.C.
References phase.
Referenced by _bcastQD1(), _bcastQD2(), and CkStartQD().

| CkCallback QdMsg::getCb | ( | void | ) | [inline] |
Definition at line 18 of file qd.C.
Referenced by _handlePhase0(), and _invokeQD().

| void QdMsg::setCb | ( | CkCallback | cb_ | ) | [inline] |
Definition at line 19 of file qd.C.
Referenced by CkStartQD().

| CmiInt8 QdMsg::getCreated | ( | void | ) | [inline] |
Definition at line 20 of file qd.C.
Referenced by _handlePhase1().

| void QdMsg::setCreated | ( | CmiInt8 | c | ) | [inline] |
Definition at line 21 of file qd.C.
Referenced by _bcastQD1(), and _handlePhase1().

| CmiInt8 QdMsg::getProcessed | ( | void | ) | [inline] |
Definition at line 22 of file qd.C.
Referenced by _handlePhase1().

| void QdMsg::setProcessed | ( | CmiInt8 | p | ) | [inline] |
Definition at line 23 of file qd.C.
Referenced by _bcastQD1(), and _handlePhase1().

| char QdMsg::getDirty | ( | void | ) | [inline] |
Definition at line 24 of file qd.C.
Referenced by _handlePhase2().

| void QdMsg::setDirty | ( | char | d | ) | [inline] |
Definition at line 25 of file qd.C.
Referenced by _bcastQD2(), and _handlePhase2().

int QdMsg::phase [private] |
Definition at line 7 of file qd.C.
Referenced by getCb(), getCreated(), getDirty(), getPhase(), getProcessed(), setCb(), setCreated(), setDirty(), setPhase(), and setProcessed().
| struct { ... } QdMsg::p1 |
| struct { ... } QdMsg::p2 |
| struct { ... } QdMsg::p3 |
| char QdMsg::dirty |
| struct { ... } QdMsg::p4 |
union { ... } QdMsg::u [private] |
Referenced by getCreated(), getDirty(), getProcessed(), setCreated(), setDirty(), and setProcessed().
CkCallback QdMsg::cb [private] |
1.5.5