KBRdeliver Class Reference

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

#include <CommonMessages_m.h>

Inheritance diagram for KBRdeliver:

CommonAPIMessage

List of all members.

Public Member Functions

 KBRdeliver (const char *name=NULL, int kind=0)
 KBRdeliver (const KBRdeliver &other)
virtual ~KBRdeliver ()
KBRdeliveroperator= (const KBRdeliver &other)
virtual KBRdeliverdup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual OverlayKeygetDestKey ()
virtual const OverlayKeygetDestKey () const
virtual void setDestKey (const OverlayKey &destKey_var)

Protected Member Functions

bool operator== (const KBRdeliver &)

Protected Attributes

OverlayKey destKey_var


Detailed Description

Class generated from common/CommonMessages.msg by opp_msgc.

 packet KBRdeliver extends CommonAPIMessage
 {
     OverlayKey destKey; 
 }
 

Definition at line 1082 of file CommonMessages_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().

KBRdeliver::KBRdeliver ( const KBRdeliver other  ) 

virtual KBRdeliver::~KBRdeliver (  )  [virtual]


Member Function Documentation

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

Reimplemented from CommonAPIMessage.

Definition at line 1095 of file CommonMessages_m.h.

01095 {return new KBRdeliver(*this);}

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

Definition at line 1101 of file CommonMessages_m.h.

Referenced by getDestKey().

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

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

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

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

virtual void KBRdeliver::parsimPack ( cCommBuffer *  b  )  [virtual]

Reimplemented from CommonAPIMessage.

Referenced by doPacking().

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

Reimplemented from CommonAPIMessage.

Referenced by doUnpacking().

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


Member Data Documentation

Definition at line 1085 of file CommonMessages_m.h.


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

Generated on Tue Sep 8 17:26:59 2009 for OverSim by  doxygen 1.5.8