Class generated from 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 |
Class generated from tier2/dhttestapp/DHTTestAppMessages.msg
by opp_msgc.
message DhtTestEntryTimer { OverlayKey key;
}
Definition at line 32 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] |
Definition at line 45 of file DHTTestAppMessages_m.h.
{return new DhtTestEntryTimer(*this);}
virtual OverlayKey& DhtTestEntryTimer::getKey | ( | ) | [virtual] |
Referenced by GlobalDhtTestMap::handleMessage().
virtual const OverlayKey& DhtTestEntryTimer::getKey | ( | ) | const [inline, virtual] |
Definition at line 51 of file DHTTestAppMessages_m.h.
Referenced by getKey().
{return const_cast<DhtTestEntryTimer*>(this)->getKey();}
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 35 of file DHTTestAppMessages_m.h.