#include <charm++.h>
Public Member Functions | |
CProxyElement_NodeGroup () | |
CProxyElement_NodeGroup (CkGroupID g, int onNode) | |
CProxyElement_NodeGroup (CkGroupID g, int onNode, CK_DELCTOR_PARAM) | |
CProxyElement_NodeGroup (const IrrGroup *g) | |
bool | operator== (const CProxyElement_NodeGroup &other) |
int | ckGetGroupPe (void) const |
void | pup (PUP::er &p) |
Pup the data for this proxy. Only needed for delegated proxies. | |
Private Attributes | |
int | _onNode |
Definition at line 1096 of file charm++.h.
CProxyElement_NodeGroup::CProxyElement_NodeGroup | ( | ) | [inline] |
CProxyElement_NodeGroup::CProxyElement_NodeGroup | ( | const IrrGroup * | g | ) | [inline] |
bool CProxyElement_NodeGroup::operator== | ( | const CProxyElement_NodeGroup & | other | ) | [inline] |
Definition at line 1108 of file charm++.h.
References CProxy_NodeGroup::ckGetGroupID(), and ckGetGroupPe().
int CProxyElement_NodeGroup::ckGetGroupPe | ( | void | ) | const [inline] |
Definition at line 1113 of file charm++.h.
References _onNode.
Referenced by CkCallback::CkCallback(), and operator==().
void CProxyElement_NodeGroup::pup | ( | PUP::er & | p | ) | [inline] |
Pup the data for this proxy. Only needed for delegated proxies.
Reimplemented from CProxy_NodeGroup.
Definition at line 1114 of file charm++.h.
References _onNode, p, and CProxy_NodeGroup::pup().
int CProxyElement_NodeGroup::_onNode [private] |