Public Member Functions | Protected Member Functions | Protected Attributes

NotifyCall Class Reference

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

#include <ChordMessage_m.h>

Inheritance diagram for NotifyCall:
BaseCallMessage BaseRpcMessage BaseOverlayMessage OverSimMessage OverSimMessage_Base

List of all members.

Public Member Functions

 NotifyCall (const char *name=NULL, int kind=0)
 NotifyCall (const NotifyCall &other)
virtual ~NotifyCall ()
NotifyCalloperator= (const NotifyCall &other)
virtual NotifyCalldup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual TransportAddressgetFailed ()
virtual const TransportAddressgetFailed () const
virtual void setFailed (const TransportAddress &failed_var)

Protected Member Functions

bool operator== (const NotifyCall &)

Protected Attributes

::TransportAddress failed_var

Detailed Description

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

 packet NotifyCall extends BaseCallMessage
 {
     TransportAddress failed = TransportAddress::UNSPECIFIED_NODE;
 }
 

Definition at line 150 of file ChordMessage_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().

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

Member Function Documentation

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

Reimplemented from BaseCallMessage.

Definition at line 163 of file ChordMessage_m.h.

{return new NotifyCall(*this);}

virtual TransportAddress& NotifyCall::getFailed (  )  [virtual]
virtual const TransportAddress& NotifyCall::getFailed (  )  const [inline, virtual]

Definition at line 169 of file ChordMessage_m.h.

Referenced by getFailed().

{return const_cast<NotifyCall*>(this)->getFailed();}

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

Reimplemented from BaseCallMessage.

Referenced by doPacking().

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

Reimplemented from BaseCallMessage.

Referenced by doUnpacking().

virtual void NotifyCall::setFailed ( const TransportAddress failed_var  )  [virtual]

Member Data Documentation

Definition at line 153 of file ChordMessage_m.h.


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