#include <charm++.h>
Inheritance diagram for CkArrayIndexMax:


Public Member Functions | |
| CkArrayIndexMax (void) | |
| CkArrayIndexMax (int i) | |
| CkArrayIndexMax (const CkArrayIndex &that) | |
| CkArrayIndexMax & | operator= (const CkArrayIndex &that) |
| void | print () |
| void | pup (PUP::er &p) |
| CmiObjId * | getProjectionID (int arrayID) |
| CmiBool | operator== (const CkArrayIndexMax &idx) const |
Private Member Functions | |
| void | copyFrom (const CkArrayIndex &that) |
Private Attributes | |
| struct { | |
| int data [CK_ARRAYINDEX_MAXLEN] | |
| } | index |
Definition at line 280 of file charm++.h.
| CkArrayIndexMax::CkArrayIndexMax | ( | void | ) | [inline] |
| CkArrayIndexMax::CkArrayIndexMax | ( | int | i | ) | [inline] |
| CkArrayIndexMax::CkArrayIndexMax | ( | const CkArrayIndex & | that | ) | [inline] |
| void CkArrayIndexMax::copyFrom | ( | const CkArrayIndex & | that | ) | [inline, private] |
Definition at line 284 of file charm++.h.
References CkArrayIndex::data(), index, and CkArrayIndex::nInts.
Referenced by CkArrayIndexMax(), and operator=().
| CkArrayIndexMax& CkArrayIndexMax::operator= | ( | const CkArrayIndex & | that | ) | [inline] |
| void CkArrayIndexMax::print | ( | ) | [inline] |
Definition at line 297 of file charm++.h.
References CmiPrintf(), index, and CkArrayIndex::nInts.
Referenced by CkMemCheckPT::CkMemCheckPT().
| void CkArrayIndexMax::pup | ( | PUP::er & | p | ) | [inline] |
Reimplemented from CkArrayIndex.
Definition at line 298 of file charm++.h.
References index, CkArrayIndex::nInts, and p.
Definition at line 302 of file charm++.h.
References _CmiObjId::id, and index.
Referenced by CkLocRec_local::invokeEntry().
| CmiBool CkArrayIndexMax::operator== | ( | const CkArrayIndexMax & | idx | ) | const [inline] |
int CkArrayIndexMax::data[CK_ARRAYINDEX_MAXLEN] [private] |
Definition at line 282 of file charm++.h.
Referenced by ArrayElementT< CkIndexMax >::ArrayElementT(), CkMigratable::CkAddThreadListeners(), ArrayElement::ckDebugChareName(), CkLocMgr::deliver(), LDObjID2IdxMax(), operator==(), BlockMap::populateInitial(), CProxyElement_ArrayBase::pup(), and short_envelope::pup().
struct { ... } CkArrayIndexMax::index [private] |
Referenced by CkMemCheckPT::CkMemCheckPT(), copyFrom(), getProjectionID(), operator==(), print(), and pup().
1.5.1