#include <ck.h>
Collaboration diagram for CkCoreState:

Public Member Functions | |
| CkCoreState () | |
| ~CkCoreState () | |
| GroupTable * | getGroupTable () |
| IrrGroup * | localBranch (CkGroupID gID) |
| QdState * | getQD () |
| void | process (int n=1) |
| void | create (int n=1) |
Data Fields | |
| CkMessageWatcher * | watcher |
Private Attributes | |
| GroupTable * | groupTable |
| QdState * | qd |
Definition at line 81 of file ck.h.
| GroupTable* CkCoreState::getGroupTable | ( | ) | [inline] |
Definition at line 95 of file ck.h.
References GroupIdxArray< dtype >::find(), and groupTable.
Referenced by _lookupGroup().
| void CkCoreState::process | ( | int | n = 1 |
) | [inline] |
Definition at line 102 of file ck.h.
References n, QdState::process(), and qd.
Referenced by _lookupGroup(), _processForNodeBocMsg(), and _processHandler().
| void CkCoreState::create | ( | int | n = 1 |
) | [inline] |
GroupTable* CkCoreState::groupTable [private] |
QdState* CkCoreState::qd [private] |
Definition at line 85 of file ck.h.
Referenced by _processHandler(), CkCoreState(), CkMessageWatcherInit(), and ~CkCoreState().
1.5.1