FindNodeCall Class Reference

#include <BaseOverlayMessage_m.h>

Inheritance diagram for FindNodeCall:

BaseCallMessage BaseRpcMessage BaseOverlayMessage List of all members.

Detailed Description

Class generated from BaseOverlayMessage.msg by opp_msgc.

 message FindNodeCall extends BaseCallMessage {
   fields:
     OverlayKey lookupKey;   
 };
 


Public Member Functions

 FindNodeCall (const char *name=NULL, int kind=0)
 FindNodeCall (const FindNodeCall &other)
virtual ~FindNodeCall ()
FindNodeCalloperator= (const FindNodeCall &other)
virtual cPolymorphic * dup () const
virtual void netPack (cCommBuffer *b)
virtual void netUnpack (cCommBuffer *b)
virtual OverlayKeygetLookupKey ()
virtual const OverlayKeygetLookupKey () const
virtual void setLookupKey (const OverlayKey &lookupKey_var)

Protected Member Functions

bool operator== (const FindNodeCall &)

Protected Attributes

OverlayKey lookupKey_var


Constructor & Destructor Documentation

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

FindNodeCall::FindNodeCall ( const FindNodeCall other  ) 

virtual FindNodeCall::~FindNodeCall (  )  [virtual]


Member Function Documentation

virtual cPolymorphic* FindNodeCall::dup (  )  const [inline, virtual]

Reimplemented from BaseCallMessage.

00331 {return new FindNodeCall(*this);}

virtual const OverlayKey& FindNodeCall::getLookupKey (  )  const [inline, virtual]

00337 {return const_cast<FindNodeCall*>(this)->getLookupKey();}

virtual OverlayKey& FindNodeCall::getLookupKey (  )  [virtual]

virtual void FindNodeCall::netPack ( cCommBuffer *  b  )  [virtual]

Reimplemented from BaseCallMessage.

virtual void FindNodeCall::netUnpack ( cCommBuffer *  b  )  [virtual]

Reimplemented from BaseCallMessage.

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

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

virtual void FindNodeCall::setLookupKey ( const OverlayKey lookupKey_var  )  [virtual]


Member Data Documentation

OverlayKey FindNodeCall::lookupKey_var [protected]


The documentation for this class was generated from the following file:
Generated on Fri May 11 14:52:40 2007 for ITM OverSim by  doxygen 1.4.7