|
OverSim
|
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) |
Protected Member Functions | |
| bool | operator== (const PastrySendState &) |
Protected Attributes | |
| TransportAddress | dest_var |
Private Member Functions | |
| void | copy (const PastrySendState &other) |
Class generated from overlay/pastry/PastryMessage.msg by opp_msgc.
message PastrySendState { TransportAddress dest = TransportAddress::UNSPECIFIED_NODE; }
Definition at line 258 of file PastryMessage_m.h.
| PastrySendState::PastrySendState | ( | const char * | name = NULL, |
| int | kind = 0 |
||
| ) |
Referenced by dup().
| PastrySendState::PastrySendState | ( | const PastrySendState & | other | ) |
|
virtual |
|
private |
|
inlinevirtual |
Definition at line 275 of file PastryMessage_m.h.
|
virtual |
Referenced by Pastry::handleTimerEvent().
|
inlinevirtual |
| PastrySendState& PastrySendState::operator= | ( | const PastrySendState & | other | ) |
|
protected |
|
virtual |
Referenced by doPacking().
|
virtual |
Referenced by doUnpacking().
|
virtual |
Referenced by Pastry::sendStateDelayed().
|
protected |
Definition at line 261 of file PastryMessage_m.h.