Class generated from overlay/pastry/PastryMessage.msg
by opp_msgc.
More...
#include <PastryMessage_m.h>
Public Member Functions | |
PastrySendState (const char *name=NULL, int kind=0) | |
PastrySendState (const PastrySendState &other) | |
virtual | ~PastrySendState () |
PastrySendState & | operator= (const PastrySendState &other) |
virtual PastrySendState * | dup () const |
virtual void | parsimPack (cCommBuffer *b) |
virtual void | parsimUnpack (cCommBuffer *b) |
virtual TransportAddress & | getDest () |
virtual const TransportAddress & | getDest () const |
virtual void | setDest (const TransportAddress &dest_var) |
Protected Member Functions | |
bool | operator== (const PastrySendState &) |
Protected Attributes | |
::TransportAddress | dest_var |
Class generated from overlay/pastry/PastryMessage.msg
by opp_msgc.
packet PastrySendState { TransportAddress dest = TransportAddress::UNSPECIFIED_NODE; }
Definition at line 335 of file PastryMessage_m.h.
PastrySendState::PastrySendState | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
Referenced by dup().
PastrySendState::PastrySendState | ( | const PastrySendState & | other | ) |
virtual PastrySendState::~PastrySendState | ( | ) | [virtual] |
virtual PastrySendState* PastrySendState::dup | ( | ) | const [inline, virtual] |
Definition at line 348 of file PastryMessage_m.h.
{return new PastrySendState(*this);}
virtual TransportAddress& PastrySendState::getDest | ( | ) | [virtual] |
Referenced by Pastry::handleTimerEvent().
virtual const TransportAddress& PastrySendState::getDest | ( | ) | const [inline, virtual] |
Definition at line 354 of file PastryMessage_m.h.
Referenced by getDest().
{return const_cast<PastrySendState*>(this)->getDest();}
PastrySendState& PastrySendState::operator= | ( | const PastrySendState & | other | ) |
bool PastrySendState::operator== | ( | const PastrySendState & | ) | [protected] |
virtual void PastrySendState::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Referenced by doPacking().
virtual void PastrySendState::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Referenced by doUnpacking().
virtual void PastrySendState::setDest | ( | const TransportAddress & | dest_var | ) | [virtual] |
Referenced by BasePastry::sendStateDelayed().
::TransportAddress PastrySendState::dest_var [protected] |
Definition at line 338 of file PastryMessage_m.h.