OverSim
ALMLeaveMessage Class Reference

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

#include <CommonMessages_m.h>

Inheritance diagram for ALMLeaveMessage:
ALMMessage

Public Member Functions

 ALMLeaveMessage (const char *name=NULL, int kind=0)
 ALMLeaveMessage (const ALMLeaveMessage &other)
virtual ~ALMLeaveMessage ()
ALMLeaveMessageoperator= (const ALMLeaveMessage &other)
virtual ALMLeaveMessagedup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
- Public Member Functions inherited from ALMMessage
 ALMMessage (const char *name=NULL, int kind=0)
 ALMMessage (const ALMMessage &other)
virtual ~ALMMessage ()
ALMMessageoperator= (const ALMMessage &other)
virtual OverlayKeygetGroupId ()
virtual const OverlayKeygetGroupId () const
virtual void setGroupId (const OverlayKey &groupId)

Protected Member Functions

bool operator== (const ALMLeaveMessage &)
- Protected Member Functions inherited from ALMMessage
bool operator== (const ALMMessage &)

Private Member Functions

void copy (const ALMLeaveMessage &other)

Additional Inherited Members

- Protected Attributes inherited from ALMMessage
OverlayKey groupId_var

Detailed Description

Class generated from common/CommonMessages.msg by opp_msgc.

packet ALMLeaveMessage extends ALMMessage
{
}

Definition at line 2237 of file CommonMessages_m.h.

Constructor & Destructor Documentation

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

Referenced by dup().

ALMLeaveMessage::ALMLeaveMessage ( const ALMLeaveMessage other)
virtual ALMLeaveMessage::~ALMLeaveMessage ( )
virtual

Member Function Documentation

void ALMLeaveMessage::copy ( const ALMLeaveMessage other)
private
virtual ALMLeaveMessage* ALMLeaveMessage::dup ( ) const
inlinevirtual

Reimplemented from ALMMessage.

Definition at line 2253 of file CommonMessages_m.h.

{return new ALMLeaveMessage(*this);}
ALMLeaveMessage& ALMLeaveMessage::operator= ( const ALMLeaveMessage other)
bool ALMLeaveMessage::operator== ( const ALMLeaveMessage )
protected
virtual void ALMLeaveMessage::parsimPack ( cCommBuffer *  b)
virtual

Reimplemented from ALMMessage.

Referenced by doPacking().

virtual void ALMLeaveMessage::parsimUnpack ( cCommBuffer *  b)
virtual

Reimplemented from ALMMessage.

Referenced by doUnpacking().


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