Public Member Functions | Protected Member Functions | Protected Attributes

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 915 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 929 of file PubSubMessage_m.h.

{return new PubSubAdoptChildCall(*this);}

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

Definition at line 937 of file PubSubMessage_m.h.

Referenced by getChild().

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

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 919 of file PubSubMessage_m.h.

Definition at line 918 of file PubSubMessage_m.h.


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