Class generated from common/ExtAPIMessages.msg
by opp_msgc.
More...
#include <ExtAPIMessages_m.h>
Public Member Functions | |
GIAremove (const char *name=NULL, int kind=0) | |
GIAremove (const GIAremove &other) | |
virtual | ~GIAremove () |
GIAremove & | operator= (const GIAremove &other) |
virtual GIAremove * | dup () const |
virtual void | parsimPack (cCommBuffer *b) |
virtual void | parsimUnpack (cCommBuffer *b) |
Protected Member Functions | |
bool | operator== (const GIAremove &) |
Class generated from common/ExtAPIMessages.msg
by opp_msgc.
packet GIAremove extends GIASearchAppMessage { }
Definition at line 126 of file ExtAPIMessages_m.h.
GIAremove::GIAremove | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
Referenced by dup().
GIAremove::GIAremove | ( | const GIAremove & | other | ) |
virtual GIAremove::~GIAremove | ( | ) | [virtual] |
virtual GIAremove* GIAremove::dup | ( | ) | const [inline, virtual] |
Reimplemented from GIASearchAppMessage.
Definition at line 138 of file ExtAPIMessages_m.h.
{return new GIAremove(*this);}
bool GIAremove::operator== | ( | const GIAremove & | ) | [protected] |
virtual void GIAremove::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from GIASearchAppMessage.
Referenced by doPacking().
virtual void GIAremove::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from GIASearchAppMessage.
Referenced by doUnpacking().