Public Member Functions | Protected Member Functions

JoinCall Class Reference

Class generated from overlay/chord/ChordMessage.msg by opp_msgc. More...

#include <ChordMessage_m.h>

Inheritance diagram for JoinCall:
BaseCallMessage BaseRpcMessage BaseOverlayMessage OverSimMessage OverSimMessage_Base

List of all members.

Public Member Functions

 JoinCall (const char *name=NULL, int kind=0)
 JoinCall (const JoinCall &other)
virtual ~JoinCall ()
JoinCalloperator= (const JoinCall &other)
virtual JoinCalldup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)

Protected Member Functions

bool operator== (const JoinCall &)

Detailed Description

Class generated from overlay/chord/ChordMessage.msg by opp_msgc.

 packet JoinCall extends BaseCallMessage
 {
 }
 

Definition at line 235 of file ChordMessage_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().

JoinCall::JoinCall ( const JoinCall other  ) 
virtual JoinCall::~JoinCall (  )  [virtual]

Member Function Documentation

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

Reimplemented from BaseCallMessage.

Definition at line 247 of file ChordMessage_m.h.

{return new JoinCall(*this);}

JoinCall& JoinCall::operator= ( const JoinCall other  ) 
bool JoinCall::operator== ( const JoinCall  )  [protected]
virtual void JoinCall::parsimPack ( cCommBuffer *  b  )  [virtual]

Reimplemented from BaseCallMessage.

Referenced by doPacking().

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

Reimplemented from BaseCallMessage.

Referenced by doUnpacking().


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