Public Member Functions | Protected Member Functions | Protected Attributes

LookupCall Class Reference

Class generated from common/CommonMessages.msg by opp_msgc. More...

#include <CommonMessages_m.h>

Inheritance diagram for LookupCall:
BaseCallMessage BaseRpcMessage BaseOverlayMessage OverSimMessage OverSimMessage_Base

List of all members.

Public Member Functions

 LookupCall (const char *name=NULL, int kind=0)
 LookupCall (const LookupCall &other)
virtual ~LookupCall ()
LookupCalloperator= (const LookupCall &other)
virtual LookupCalldup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual OverlayKeygetKey ()
virtual const OverlayKeygetKey () const
virtual void setKey (const OverlayKey &key_var)
virtual int getNumSiblings () const
virtual void setNumSiblings (int numSiblings_var)
virtual int getRoutingType () const
virtual void setRoutingType (int routingType_var)

Protected Member Functions

bool operator== (const LookupCall &)

Protected Attributes

::OverlayKey key_var
int numSiblings_var
int routingType_var

Detailed Description

Class generated from common/CommonMessages.msg by opp_msgc.

 packet LookupCall extends BaseCallMessage
 {
     OverlayKey key;
     int numSiblings;
     int routingType enum(RoutingType) = DEFAULT_ROUTING;
 }
 

Definition at line 1473 of file CommonMessages_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().

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

Member Function Documentation

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

Reimplemented from BaseCallMessage.

Definition at line 1488 of file CommonMessages_m.h.

{return new LookupCall(*this);}

virtual OverlayKey& LookupCall::getKey (  )  [virtual]
virtual const OverlayKey& LookupCall::getKey (  )  const [inline, virtual]

Definition at line 1494 of file CommonMessages_m.h.

Referenced by getKey().

{return const_cast<LookupCall*>(this)->getKey();}

virtual int LookupCall::getNumSiblings (  )  const [virtual]

Referenced by BaseOverlay::lookupRpc().

virtual int LookupCall::getRoutingType (  )  const [virtual]

Referenced by BaseOverlay::lookupRpc().

LookupCall& LookupCall::operator= ( const LookupCall other  ) 
bool LookupCall::operator== ( const LookupCall  )  [protected]
virtual void LookupCall::parsimPack ( cCommBuffer *  b  )  [virtual]

Reimplemented from BaseCallMessage.

Referenced by doPacking().

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

Reimplemented from BaseCallMessage.

Referenced by doUnpacking().

virtual void LookupCall::setRoutingType ( int  routingType_var  )  [virtual]

Member Data Documentation

Definition at line 1476 of file CommonMessages_m.h.

int LookupCall::numSiblings_var [protected]

Definition at line 1477 of file CommonMessages_m.h.

int LookupCall::routingType_var [protected]

Definition at line 1478 of file CommonMessages_m.h.


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