Public Member Functions | Protected Member Functions | Protected Attributes

MyNeighborCall Class Reference

Class generated from overlay/myoverlay/MyOverlay.msg by opp_msgc. More...

#include <MyOverlay_m.h>

Inheritance diagram for MyNeighborCall:
BaseCallMessage BaseRpcMessage BaseOverlayMessage OverSimMessage OverSimMessage_Base

List of all members.

Public Member Functions

 MyNeighborCall (const char *name=NULL, int kind=0)
 MyNeighborCall (const MyNeighborCall &other)
virtual ~MyNeighborCall ()
MyNeighborCalloperator= (const MyNeighborCall &other)
virtual MyNeighborCalldup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual OverlayKeygetDestinationKey ()
virtual const OverlayKeygetDestinationKey () const
virtual void setDestinationKey (const OverlayKey &destinationKey_var)

Protected Member Functions

bool operator== (const MyNeighborCall &)

Protected Attributes

::OverlayKey destinationKey_var

Detailed Description

Class generated from overlay/myoverlay/MyOverlay.msg by opp_msgc.

 packet MyNeighborCall extends BaseCallMessage
 {
     OverlayKey destinationKey;
 };
 

Definition at line 33 of file MyOverlay_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().

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

Member Function Documentation

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

Reimplemented from BaseCallMessage.

Definition at line 46 of file MyOverlay_m.h.

{return new MyNeighborCall(*this);}

virtual OverlayKey& MyNeighborCall::getDestinationKey (  )  [virtual]
virtual const OverlayKey& MyNeighborCall::getDestinationKey (  )  const [inline, virtual]

Definition at line 52 of file MyOverlay_m.h.

Referenced by getDestinationKey().

{return const_cast<MyNeighborCall*>(this)->getDestinationKey();}

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

Reimplemented from BaseCallMessage.

Referenced by doPacking().

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

Reimplemented from BaseCallMessage.

Referenced by doUnpacking().

virtual void MyNeighborCall::setDestinationKey ( const OverlayKey destinationKey_var  )  [virtual]

Referenced by MyOverlay::getNeighbors().


Member Data Documentation

Definition at line 36 of file MyOverlay_m.h.


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