Public Member Functions | Protected Member Functions | Protected Attributes

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 32 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 45 of file CBR-DHTMessage_m.h.

{return new CBRDHTGetCall(*this);}

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

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

Referenced by getOriginalKey().

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

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 35 of file CBR-DHTMessage_m.h.


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