Public Member Functions | Protected Member Functions | Protected Attributes

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 1089 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 1102 of file CommonMessages_m.h.

{return new KBRdeliver(*this);}

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

Definition at line 1108 of file CommonMessages_m.h.

Referenced by getDestKey().

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

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 1092 of file CommonMessages_m.h.


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