Public Member Functions | Protected Member Functions | Protected Attributes

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 70 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 83 of file ScribeMessage_m.h.

{return new ScribeJoinCall(*this);}

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

Definition at line 89 of file ScribeMessage_m.h.

Referenced by getGroupId().

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

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 73 of file ScribeMessage_m.h.


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