KBRforward Class Reference

#include <CommonAPIMessages_m.h>

Inheritance diagram for KBRforward:

CommonAPIMessage List of all members.

Detailed Description

Class generated from CommonAPIMessages.msg by opp_msgc.

 message KBRforward extends CommonAPIMessage
 {
     fields:
 	OverlayKey destKey;     
 	NodeHandle nextHopNode; 
 };
 


Public Member Functions

 KBRforward (const char *name=NULL, int kind=0)
 KBRforward (const KBRforward &other)
virtual ~KBRforward ()
KBRforwardoperator= (const KBRforward &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 NodeHandlegetNextHopNode ()
virtual const NodeHandlegetNextHopNode () const
virtual void setNextHopNode (const NodeHandle &nextHopNode_var)

Protected Member Functions

bool operator== (const KBRforward &)

Protected Attributes

OverlayKey destKey_var
NodeHandle nextHopNode_var


Constructor & Destructor Documentation

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

KBRforward::KBRforward ( const KBRforward other  ) 

virtual KBRforward::~KBRforward (  )  [virtual]


Member Function Documentation

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

Reimplemented from CommonAPIMessage.

00160 {return new KBRforward(*this);}

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

00166 {return const_cast<KBRforward*>(this)->getDestKey();}

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

virtual const NodeHandle& KBRforward::getNextHopNode (  )  const [inline, virtual]

00169 {return const_cast<KBRforward*>(this)->getNextHopNode();}

virtual NodeHandle& KBRforward::getNextHopNode (  )  [virtual]

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

Reimplemented from CommonAPIMessage.

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

Reimplemented from CommonAPIMessage.

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

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

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

virtual void KBRforward::setNextHopNode ( const NodeHandle nextHopNode_var  )  [virtual]


Member Data Documentation

OverlayKey KBRforward::destKey_var [protected]

NodeHandle KBRforward::nextHopNode_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