Public Member Functions | Protected Member Functions | Protected Attributes

KBRforward Class Reference

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

#include <CommonMessages_m.h>

Inheritance diagram for KBRforward:
CommonAPIMessage

List of all members.

Public Member Functions

 KBRforward (const char *name=NULL, int kind=0)
 KBRforward (const KBRforward &other)
virtual ~KBRforward ()
KBRforwardoperator= (const KBRforward &other)
virtual KBRforwarddup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (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

Detailed Description

Class generated from common/CommonMessages.msg by opp_msgc.

 packet KBRforward extends CommonAPIMessage
 {
     OverlayKey destKey;     
     NodeHandle nextHopNode; 
 }
 

Definition at line 1050 of file CommonMessages_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().

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

Member Function Documentation

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

Reimplemented from CommonAPIMessage.

Definition at line 1064 of file CommonMessages_m.h.

{return new KBRforward(*this);}

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

Definition at line 1070 of file CommonMessages_m.h.

Referenced by getDestKey().

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

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

Definition at line 1073 of file CommonMessages_m.h.

Referenced by getNextHopNode().

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

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

Reimplemented from CommonAPIMessage.

Referenced by doPacking().

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

Reimplemented from CommonAPIMessage.

Referenced by doUnpacking().

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

Member Data Documentation

Definition at line 1053 of file CommonMessages_m.h.

Definition at line 1054 of file CommonMessages_m.h.


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