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 341 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 354 of file PastryMessage_m.h.

00354 {return new PastrySendState(*this);}

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

Definition at line 360 of file PastryMessage_m.h.

Referenced by getDest().

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

virtual TransportAddress& PastrySendState::getDest (  )  [virtual]

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 344 of file PastryMessage_m.h.


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

Generated on Tue Sep 8 17:27:00 2009 for OverSim by  doxygen 1.5.8