PubSubAdoptChildCall Class Reference

Class generated from overlay/pubsubmmog/PubSubMessage.msg by opp_msgc. More...

#include <PubSubMessage_m.h>

Inheritance diagram for PubSubAdoptChildCall:

BaseCallMessage BaseRpcMessage BaseOverlayMessage OverSimMessage OverSimMessage_Base

List of all members.

Public Member Functions

 PubSubAdoptChildCall (const char *name=NULL, int kind=0)
 PubSubAdoptChildCall (const PubSubAdoptChildCall &other)
virtual ~PubSubAdoptChildCall ()
PubSubAdoptChildCalloperator= (const PubSubAdoptChildCall &other)
virtual PubSubAdoptChildCalldup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual int getSubspaceId () const
virtual void setSubspaceId (int subspaceId_var)
virtual NodeHandlegetChild ()
virtual const NodeHandlegetChild () const
virtual void setChild (const NodeHandle &child_var)

Protected Member Functions

bool operator== (const PubSubAdoptChildCall &)

Protected Attributes

int subspaceId_var
NodeHandle child_var


Detailed Description

Class generated from overlay/pubsubmmog/PubSubMessage.msg by opp_msgc.

 packet PubSubAdoptChildCall extends BaseCallMessage
 {
         int subspaceId;
         NodeHandle child;
 }
 

Definition at line 917 of file PubSubMessage_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().

PubSubAdoptChildCall::PubSubAdoptChildCall ( const PubSubAdoptChildCall other  ) 

virtual PubSubAdoptChildCall::~PubSubAdoptChildCall (  )  [virtual]


Member Function Documentation

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

Reimplemented from BaseCallMessage.

Definition at line 931 of file PubSubMessage_m.h.

00931 {return new PubSubAdoptChildCall(*this);}

virtual const NodeHandle& PubSubAdoptChildCall::getChild (  )  const [inline, virtual]

Definition at line 939 of file PubSubMessage_m.h.

Referenced by getChild().

00939 {return const_cast<PubSubAdoptChildCall*>(this)->getChild();}

virtual NodeHandle& PubSubAdoptChildCall::getChild (  )  [virtual]

virtual int PubSubAdoptChildCall::getSubspaceId (  )  const [virtual]

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

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

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

Reimplemented from BaseCallMessage.

Referenced by doPacking().

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

Reimplemented from BaseCallMessage.

Referenced by doUnpacking().

virtual void PubSubAdoptChildCall::setChild ( const NodeHandle child_var  )  [virtual]

virtual void PubSubAdoptChildCall::setSubspaceId ( int  subspaceId_var  )  [virtual]


Member Data Documentation

Definition at line 921 of file PubSubMessage_m.h.

Definition at line 920 of file PubSubMessage_m.h.


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

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