#include <PatchMgr.h>
Public Member Functions | |
| MovePatchesMsg (void) | |
| MovePatchesMsg (PatchID n, FullAtomList a) | |
Static Public Member Functions | |
| void * | pack (MovePatchesMsg *msg) |
| MovePatchesMsg * | unpack (void *ptr) |
Public Attributes | |
| NodeID | fromNodeID |
| PatchID | pid |
| FullAtomList | atom |
|
|
Definition at line 40 of file PatchMgr.h. 00040 { ; }
|
|
||||||||||||
|
Definition at line 42 of file PatchMgr.h. References atom, fromNodeID, FullAtomList, and pid. 00042 : pid(n), atom(a) 00043 { 00044 fromNodeID = CkMyPe(); 00045 }
|
|
|
|
|
|
|
|
|
Definition at line 38 of file PatchMgr.h. Referenced by MovePatchesMsg(), PatchMgr::recvAtoms(), and PatchMgr::recvMovePatches(). |
|
|
Definition at line 36 of file PatchMgr.h. Referenced by MovePatchesMsg(). |
|
|
Definition at line 37 of file PatchMgr.h. Referenced by MovePatchesMsg(), PatchMgr::recvAtoms(), and PatchMgr::recvMovePatches(). |
1.3.9.1