Class generated from overlay/ntree/NTree.msg
by opp_msgc.
More...
#include <NTree_m.h>
Public Member Functions | |
NTreeNodePingCall (const char *name=NULL, int kind=0) | |
NTreeNodePingCall (const NTreeNodePingCall &other) | |
virtual | ~NTreeNodePingCall () |
NTreeNodePingCall & | operator= (const NTreeNodePingCall &other) |
virtual NTreeNodePingCall * | dup () const |
virtual void | parsimPack (cCommBuffer *b) |
virtual void | parsimUnpack (cCommBuffer *b) |
virtual unsigned int | getSiblingsArraySize () const |
virtual NodeHandle & | getSiblings (unsigned int k) |
virtual const NodeHandle & | getSiblings (unsigned int k) const |
virtual void | setSiblings (unsigned int k, const NodeHandle &siblings_var) |
virtual int | getQuadrant () const |
virtual void | setQuadrant (int quadrant_var) |
Protected Member Functions | |
bool | operator== (const NTreeNodePingCall &) |
Protected Attributes | |
::NodeHandle | siblings_var [4] |
int | quadrant_var |
Class generated from overlay/ntree/NTree.msg
by opp_msgc.
packet NTreeNodePingCall extends NTreePingCall { NodeHandle siblings[4]; int quadrant; }
Definition at line 257 of file NTree_m.h.
NTreeNodePingCall::NTreeNodePingCall | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
Referenced by dup().
NTreeNodePingCall::NTreeNodePingCall | ( | const NTreeNodePingCall & | other | ) |
virtual NTreeNodePingCall::~NTreeNodePingCall | ( | ) | [virtual] |
virtual NTreeNodePingCall* NTreeNodePingCall::dup | ( | ) | const [inline, virtual] |
Reimplemented from NTreePingCall.
Definition at line 271 of file NTree_m.h.
Referenced by NTree::pingNodes().
{return new NTreeNodePingCall(*this);}
virtual int NTreeNodePingCall::getQuadrant | ( | ) | const [virtual] |
virtual const NodeHandle& NTreeNodePingCall::getSiblings | ( | unsigned int | k | ) | const [inline, virtual] |
Definition at line 278 of file NTree_m.h.
Referenced by getSiblings().
{return const_cast<NTreeNodePingCall*>(this)->getSiblings(k);}
virtual NodeHandle& NTreeNodePingCall::getSiblings | ( | unsigned int | k | ) | [virtual] |
virtual unsigned int NTreeNodePingCall::getSiblingsArraySize | ( | ) | const [virtual] |
NTreeNodePingCall& NTreeNodePingCall::operator= | ( | const NTreeNodePingCall & | other | ) |
bool NTreeNodePingCall::operator== | ( | const NTreeNodePingCall & | ) | [protected] |
virtual void NTreeNodePingCall::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from NTreePingCall.
Referenced by doPacking().
virtual void NTreeNodePingCall::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from NTreePingCall.
Referenced by doUnpacking().
virtual void NTreeNodePingCall::setQuadrant | ( | int | quadrant_var | ) | [virtual] |
Referenced by NTree::pingNodes().
virtual void NTreeNodePingCall::setSiblings | ( | unsigned int | k, | |
const NodeHandle & | siblings_var | |||
) | [virtual] |
Referenced by NTree::pingNodes().
int NTreeNodePingCall::quadrant_var [protected] |
::NodeHandle NTreeNodePingCall::siblings_var[4] [protected] |