#include <init.h>
Public Member Functions | |
TableEntry (int ignored=0) | |
IrrGroup * | getObj (void) |
void | setObj (void *_obj) |
PtrQ * | getPending (void) |
void | clearPending (void) |
void | enqMsg (void *msg) |
void | setcIdx (int cIdx_) |
int | getcIdx (void) const |
Private Attributes | |
IrrGroup * | obj |
PtrQ * | pending |
int | cIdx |
Definition at line 15 of file init.h.
TableEntry::TableEntry | ( | int | ignored = 0 |
) | [inline] |
IrrGroup* TableEntry::getObj | ( | void | ) | [inline] |
Definition at line 22 of file init.h.
References obj.
Referenced by CkPupPerPlaceData().
void TableEntry::setObj | ( | void * | _obj | ) | [inline] |
PtrQ* TableEntry::getPending | ( | void | ) | [inline] |
void TableEntry::clearPending | ( | void | ) | [inline] |
void TableEntry::enqMsg | ( | void * | msg | ) | [inline] |
Definition at line 26 of file init.h.
References CkQ< T >::enq(), and pending.
void TableEntry::setcIdx | ( | int | cIdx_ | ) | [inline] |
int TableEntry::getcIdx | ( | void | ) | const [inline] |
Definition at line 34 of file init.h.
References cIdx.
Referenced by CkPupPerPlaceData().
IrrGroup* TableEntry::obj [private] |
PtrQ* TableEntry::pending [private] |
Definition at line 17 of file init.h.
Referenced by clearPending(), enqMsg(), getPending(), and TableEntry().
int TableEntry::cIdx [private] |