Public Member Functions | Protected Member Functions | Protected Attributes

PastrySendState Class Reference

Class generated from overlay/pastry/PastryMessage.msg by opp_msgc. More...

#include <PastryMessage_m.h>

List of all members.

Public Member Functions

 PastrySendState (const char *name=NULL, int kind=0)
 PastrySendState (const PastrySendState &other)
virtual ~PastrySendState ()
PastrySendStateoperator= (const PastrySendState &other)
virtual PastrySendStatedup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual TransportAddressgetDest ()
virtual const TransportAddressgetDest () const
virtual void setDest (const TransportAddress &dest_var)

Protected Member Functions

bool operator== (const PastrySendState &)

Protected Attributes

::TransportAddress dest_var

Detailed Description

Class generated from overlay/pastry/PastryMessage.msg by opp_msgc.

 packet PastrySendState
 {
         TransportAddress dest = TransportAddress::UNSPECIFIED_NODE;
 }
 

Definition at line 335 of file PastryMessage_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().

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

Member Function Documentation

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

Definition at line 348 of file PastryMessage_m.h.

{return new PastrySendState(*this);}

virtual TransportAddress& PastrySendState::getDest (  )  [virtual]
virtual const TransportAddress& PastrySendState::getDest (  )  const [inline, virtual]

Definition at line 354 of file PastryMessage_m.h.

Referenced by getDest().

{return const_cast<PastrySendState*>(this)->getDest();}

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

Referenced by doPacking().

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

Referenced by doUnpacking().

virtual void PastrySendState::setDest ( const TransportAddress dest_var  )  [virtual]

Member Data Documentation

Definition at line 338 of file PastryMessage_m.h.


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