CBRDHTGetCall Class Reference

Class generated from common/cbr/CBR-DHTMessage.msg by opp_msgc. More...

#include <CBR-DHTMessage_m.h>

Inheritance diagram for CBRDHTGetCall:

DHTGetCall BaseCallMessage BaseRpcMessage BaseOverlayMessage OverSimMessage OverSimMessage_Base

List of all members.

Public Member Functions

 CBRDHTGetCall (const char *name=NULL, int kind=0)
 CBRDHTGetCall (const CBRDHTGetCall &other)
virtual ~CBRDHTGetCall ()
CBRDHTGetCalloperator= (const CBRDHTGetCall &other)
virtual CBRDHTGetCalldup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual OverlayKeygetOriginalKey ()
virtual const OverlayKeygetOriginalKey () const
virtual void setOriginalKey (const OverlayKey &originalKey_var)

Protected Member Functions

bool operator== (const CBRDHTGetCall &)

Protected Attributes

OverlayKey originalKey_var


Detailed Description

Class generated from common/cbr/CBR-DHTMessage.msg by opp_msgc.

 packet CBRDHTGetCall extends DHTGetCall
 {
     OverlayKey originalKey;
 }
 

Definition at line 33 of file CBR-DHTMessage_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().

CBRDHTGetCall::CBRDHTGetCall ( const CBRDHTGetCall other  ) 

virtual CBRDHTGetCall::~CBRDHTGetCall (  )  [virtual]


Member Function Documentation

virtual CBRDHTGetCall* CBRDHTGetCall::dup (  )  const [inline, virtual]

Reimplemented from DHTGetCall.

Definition at line 46 of file CBR-DHTMessage_m.h.

00046 {return new CBRDHTGetCall(*this);}

virtual const OverlayKey& CBRDHTGetCall::getOriginalKey (  )  const [inline, virtual]

Definition at line 52 of file CBR-DHTMessage_m.h.

Referenced by getOriginalKey().

00052 {return const_cast<CBRDHTGetCall*>(this)->getOriginalKey();}

virtual OverlayKey& CBRDHTGetCall::getOriginalKey (  )  [virtual]

CBRDHTGetCall& CBRDHTGetCall::operator= ( const CBRDHTGetCall other  ) 

bool CBRDHTGetCall::operator== ( const CBRDHTGetCall  )  [protected]

virtual void CBRDHTGetCall::parsimPack ( cCommBuffer *  b  )  [virtual]

Reimplemented from DHTGetCall.

Referenced by doPacking().

virtual void CBRDHTGetCall::parsimUnpack ( cCommBuffer *  b  )  [virtual]

Reimplemented from DHTGetCall.

Referenced by doUnpacking().

virtual void CBRDHTGetCall::setOriginalKey ( const OverlayKey originalKey_var  )  [virtual]


Member Data Documentation

Definition at line 36 of file CBR-DHTMessage_m.h.


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

Generated on Tue Sep 8 17:26:57 2009 for OverSim by  doxygen 1.5.8