OverSim
|
Class generated from common/CommonMessages.msg
by opp_msgc.
More...
#include <CommonMessages_m.h>
Public Member Functions | |
ALMMulticastMessage (const char *name=NULL, int kind=0) | |
ALMMulticastMessage (const ALMMulticastMessage &other) | |
virtual | ~ALMMulticastMessage () |
ALMMulticastMessage & | operator= (const ALMMulticastMessage &other) |
virtual ALMMulticastMessage * | dup () 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 () |
ALMMessage & | operator= (const ALMMessage &other) |
virtual OverlayKey & | getGroupId () |
virtual const OverlayKey & | getGroupId () const |
virtual void | setGroupId (const OverlayKey &groupId) |
Protected Member Functions | |
bool | operator== (const ALMMulticastMessage &) |
Protected Member Functions inherited from ALMMessage | |
bool | operator== (const ALMMessage &) |
Private Member Functions | |
void | copy (const ALMMulticastMessage &other) |
Additional Inherited Members | |
Protected Attributes inherited from ALMMessage | |
OverlayKey | groupId_var |
Class generated from common/CommonMessages.msg
by opp_msgc.
packet ALMMulticastMessage extends ALMMessage { }
Definition at line 2271 of file CommonMessages_m.h.
ALMMulticastMessage::ALMMulticastMessage | ( | const char * | name = NULL , |
int | kind = 0 |
||
) |
Referenced by dup().
ALMMulticastMessage::ALMMulticastMessage | ( | const ALMMulticastMessage & | other | ) |
|
virtual |
|
private |
|
inlinevirtual |
ALMMulticastMessage& ALMMulticastMessage::operator= | ( | const ALMMulticastMessage & | other | ) |
|
protected |
|
virtual |
Reimplemented from ALMMessage.
Referenced by doPacking().
|
virtual |
Reimplemented from ALMMessage.
Referenced by doUnpacking().