Public Member Functions | Protected Member Functions | Protected Attributes

DhtTestEntryTimer Class Reference

Class generated from tier2/dhttestapp/DHTTestAppMessages.msg by opp_msgc. More...

#include <DHTTestAppMessages_m.h>

List of all members.

Public Member Functions

 DhtTestEntryTimer (const char *name=NULL, int kind=0)
 DhtTestEntryTimer (const DhtTestEntryTimer &other)
virtual ~DhtTestEntryTimer ()
DhtTestEntryTimeroperator= (const DhtTestEntryTimer &other)
virtual DhtTestEntryTimerdup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual OverlayKeygetKey ()
virtual const OverlayKeygetKey () const
virtual void setKey (const OverlayKey &key_var)

Protected Member Functions

bool operator== (const DhtTestEntryTimer &)

Protected Attributes

::OverlayKey key_var

Detailed Description

Class generated from tier2/dhttestapp/DHTTestAppMessages.msg by opp_msgc.

 message DhtTestEntryTimer
 {
 	OverlayKey key;
 }
 

Definition at line 32 of file DHTTestAppMessages_m.h.


Constructor & Destructor Documentation

DhtTestEntryTimer::DhtTestEntryTimer ( const char *  name = NULL,
int  kind = 0 
)

Referenced by dup().

DhtTestEntryTimer::DhtTestEntryTimer ( const DhtTestEntryTimer other  ) 
virtual DhtTestEntryTimer::~DhtTestEntryTimer (  )  [virtual]

Member Function Documentation

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]
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]

Member Data Documentation

Definition at line 35 of file DHTTestAppMessages_m.h.


The documentation for this class was generated from the following file: