ScribeJoinCall Class Reference

Class generated from applications/scribe/ScribeMessage.msg by opp_msgc. More...

#include <ScribeMessage_m.h>

Inheritance diagram for ScribeJoinCall:

BaseCallMessage BaseRpcMessage BaseOverlayMessage OverSimMessage OverSimMessage_Base

List of all members.

Public Member Functions

 ScribeJoinCall (const char *name=NULL, int kind=0)
 ScribeJoinCall (const ScribeJoinCall &other)
virtual ~ScribeJoinCall ()
ScribeJoinCalloperator= (const ScribeJoinCall &other)
virtual ScribeJoinCalldup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual OverlayKeygetGroupId ()
virtual const OverlayKeygetGroupId () const
virtual void setGroupId (const OverlayKey &groupId_var)

Protected Member Functions

bool operator== (const ScribeJoinCall &)

Protected Attributes

OverlayKey groupId_var


Detailed Description

Class generated from applications/scribe/ScribeMessage.msg by opp_msgc.

 packet ScribeJoinCall extends BaseCallMessage
 {
         OverlayKey groupId;

 }
 

Definition at line 71 of file ScribeMessage_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().

ScribeJoinCall::ScribeJoinCall ( const ScribeJoinCall other  ) 

virtual ScribeJoinCall::~ScribeJoinCall (  )  [virtual]


Member Function Documentation

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

Reimplemented from BaseCallMessage.

Definition at line 84 of file ScribeMessage_m.h.

00084 {return new ScribeJoinCall(*this);}

virtual const OverlayKey& ScribeJoinCall::getGroupId (  )  const [inline, virtual]

Definition at line 90 of file ScribeMessage_m.h.

Referenced by getGroupId().

00090 {return const_cast<ScribeJoinCall*>(this)->getGroupId();}

virtual OverlayKey& ScribeJoinCall::getGroupId (  )  [virtual]

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

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

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

Reimplemented from BaseCallMessage.

Referenced by doPacking().

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

Reimplemented from BaseCallMessage.

Referenced by doUnpacking().

virtual void ScribeJoinCall::setGroupId ( const OverlayKey groupId_var  )  [virtual]


Member Data Documentation

Definition at line 74 of file ScribeMessage_m.h.


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

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