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 &) |
common/ExtAPIMessages.msg by opp_msgc.
packet GIAremove extends GIASearchAppMessage { }
Definition at line 127 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 139 of file ExtAPIMessages_m.h.
00139 {return new GIAremove(*this);}
| bool GIAremove::operator== | ( | const GIAremove & | ) | [protected] |
| virtual void GIAremove::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
| virtual void GIAremove::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
1.5.8