KBRroute Class Reference

#include <CommonAPIMessages_m.h>

Inheritance diagram for KBRroute:

CommonAPIMessage List of all members.

Detailed Description

Class generated from CommonAPIMessages.msg by opp_msgc.

 message KBRroute extends CommonAPIMessage
 {
     fields:
 	OverlayKey destKey; 
 	NodeHandle hint;    
 };
 


Public Member Functions

 KBRroute (const char *name=NULL, int kind=0)
 KBRroute (const KBRroute &other)
virtual ~KBRroute ()
KBRrouteoperator= (const KBRroute &other)
virtual cPolymorphic * dup () const
virtual void netPack (cCommBuffer *b)
virtual void netUnpack (cCommBuffer *b)
virtual OverlayKeygetDestKey ()
virtual const OverlayKeygetDestKey () const
virtual void setDestKey (const OverlayKey &destKey_var)
virtual NodeHandlegetHint ()
virtual const NodeHandlegetHint () const
virtual void setHint (const NodeHandle &hint_var)

Protected Member Functions

bool operator== (const KBRroute &)

Protected Attributes

OverlayKey destKey_var
NodeHandle hint_var


Constructor & Destructor Documentation

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

KBRroute::KBRroute ( const KBRroute other  ) 

virtual KBRroute::~KBRroute (  )  [virtual]


Member Function Documentation

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

Reimplemented from CommonAPIMessage.

00119 {return new KBRroute(*this);}

virtual const OverlayKey& KBRroute::getDestKey (  )  const [inline, virtual]

00125 {return const_cast<KBRroute*>(this)->getDestKey();}

virtual OverlayKey& KBRroute::getDestKey (  )  [virtual]

virtual const NodeHandle& KBRroute::getHint (  )  const [inline, virtual]

00128 {return const_cast<KBRroute*>(this)->getHint();}

virtual NodeHandle& KBRroute::getHint (  )  [virtual]

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

Reimplemented from CommonAPIMessage.

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

Reimplemented from CommonAPIMessage.

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

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

virtual void KBRroute::setDestKey ( const OverlayKey destKey_var  )  [virtual]

virtual void KBRroute::setHint ( const NodeHandle hint_var  )  [virtual]


Member Data Documentation

OverlayKey KBRroute::destKey_var [protected]

NodeHandle KBRroute::hint_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