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 |
overlay/pastry/PastryMessage.msg by opp_msgc.
packet PastrySendState { TransportAddress dest = TransportAddress::UNSPECIFIED_NODE; }
Definition at line 341 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] |
| virtual const TransportAddress& PastrySendState::getDest | ( | ) | const [inline, virtual] |
Definition at line 360 of file PastryMessage_m.h.
Referenced by getDest().
00360 {return const_cast<PastrySendState*>(this)->getDest();}
| virtual TransportAddress& PastrySendState::getDest | ( | ) | [virtual] |
Referenced by Pastry::handleTimerEvent().
| 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 344 of file PastryMessage_m.h.
1.5.8