Public Member Functions | Protected Member Functions

DHTdumpCall Class Reference

Class generated from common/CommonMessages.msg by opp_msgc. More...

#include <CommonMessages_m.h>

Inheritance diagram for DHTdumpCall:
BaseCallMessage BaseRpcMessage BaseOverlayMessage OverSimMessage OverSimMessage_Base

List of all members.

Public Member Functions

 DHTdumpCall (const char *name=NULL, int kind=0)
 DHTdumpCall (const DHTdumpCall &other)
virtual ~DHTdumpCall ()
DHTdumpCalloperator= (const DHTdumpCall &other)
virtual DHTdumpCalldup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)

Protected Member Functions

bool operator== (const DHTdumpCall &)

Detailed Description

Class generated from common/CommonMessages.msg by opp_msgc.

 packet DHTdumpCall extends BaseCallMessage
 {
 }
 

Definition at line 1402 of file CommonMessages_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().

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

Member Function Documentation

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

Reimplemented from BaseCallMessage.

Definition at line 1414 of file CommonMessages_m.h.

{return new DHTdumpCall(*this);}

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

Reimplemented from BaseCallMessage.

Referenced by doPacking().

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

Reimplemented from BaseCallMessage.

Referenced by doUnpacking().


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