Public Member Functions | |
virtual const char * | getPath (void) const |
Return the CpdList path CCS clients should use to access this data. | |
virtual size_t | getLength (void) const |
Return the length of this CpdList. | |
virtual void | pup (PUP::er &p, CpdListItemsRequest &req) |
Pup the items listed in this request. Be sure to call beginItem between items! | |
void | add (int cur, Chare *obj, int group) |
Private Attributes | |
PUP::er * | pp |
CpdListItemsRequest * | reqq |
Definition at line 252 of file debug-charm.C.
virtual const char* CpdList_object::getPath | ( | void | ) | const [inline, virtual] |
Return the CpdList path CCS clients should use to access this data.
Implements CpdListAccessor.
Definition at line 256 of file debug-charm.C.
virtual size_t CpdList_object::getLength | ( | void | ) | const [inline, virtual] |
Return the length of this CpdList.
Implements CpdListAccessor.
Definition at line 257 of file debug-charm.C.
References CkObjectRangeIterator< T >::getCount(), and CkObjectRangeIterator< T >::iterate().
virtual void CpdList_object::pup | ( | PUP::er & | p, | |
CpdListItemsRequest & | req | |||
) | [inline, virtual] |
Pup the items listed in this request. Be sure to call beginItem between items!
Implements CpdListAccessor.
Definition at line 262 of file debug-charm.C.
References CpdListItemsRequest::hi, CkObjectRangeIterator< T >::iterate(), CpdListItemsRequest::lo, pp, and reqq.
Definition at line 268 of file debug-charm.C.
References _chareTable, CpdListAccessor::beginItem(), PUP::er::comment(), CpdListItemsRequest::extra, CpdListItemsRequest::extraLen, malloc(), n, p, pp, reqq, PUP::s, size, PUP::t, and type.
PUP::er* CpdList_object::pp [private] |
CpdListItemsRequest* CpdList_object::reqq [private] |