tier2/dhttestapp/DHTTestAppMessages.msg by opp_msgc.
More...
#include <DHTTestAppMessages_m.h>
Public Member Functions | |
| DhtTestEntryTimer (const char *name=NULL, int kind=0) | |
| DhtTestEntryTimer (const DhtTestEntryTimer &other) | |
| virtual | ~DhtTestEntryTimer () |
| DhtTestEntryTimer & | operator= (const DhtTestEntryTimer &other) |
| virtual DhtTestEntryTimer * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| virtual OverlayKey & | getKey () |
| virtual const OverlayKey & | getKey () const |
| virtual void | setKey (const OverlayKey &key_var) |
Protected Member Functions | |
| bool | operator== (const DhtTestEntryTimer &) |
Protected Attributes | |
| OverlayKey | key_var |
tier2/dhttestapp/DHTTestAppMessages.msg by opp_msgc.
message DhtTestEntryTimer { OverlayKey key;
}
Definition at line 33 of file DHTTestAppMessages_m.h.
| DhtTestEntryTimer::DhtTestEntryTimer | ( | const char * | name = NULL, |
|
| int | kind = 0 | |||
| ) |
Referenced by dup().
| DhtTestEntryTimer::DhtTestEntryTimer | ( | const DhtTestEntryTimer & | other | ) |
| virtual DhtTestEntryTimer::~DhtTestEntryTimer | ( | ) | [virtual] |
| virtual DhtTestEntryTimer* DhtTestEntryTimer::dup | ( | ) | const [inline, virtual] |
| virtual const OverlayKey& DhtTestEntryTimer::getKey | ( | ) | const [inline, virtual] |
Definition at line 52 of file DHTTestAppMessages_m.h.
Referenced by getKey().
00052 {return const_cast<DhtTestEntryTimer*>(this)->getKey();}
| virtual OverlayKey& DhtTestEntryTimer::getKey | ( | ) | [virtual] |
Referenced by GlobalDhtTestMap::handleMessage().
| DhtTestEntryTimer& DhtTestEntryTimer::operator= | ( | const DhtTestEntryTimer & | other | ) |
| bool DhtTestEntryTimer::operator== | ( | const DhtTestEntryTimer & | ) | [protected] |
| virtual void DhtTestEntryTimer::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Referenced by doPacking().
| virtual void DhtTestEntryTimer::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Referenced by doUnpacking().
| virtual void DhtTestEntryTimer::setKey | ( | const OverlayKey & | key_var | ) | [virtual] |
Referenced by GlobalDhtTestMap::insertEntry().
OverlayKey DhtTestEntryTimer::key_var [protected] |
Definition at line 36 of file DHTTestAppMessages_m.h.
1.5.8