#include <ExtAPIMessages_m.h>
Inheritance diagram for GIAsearch:
ExtAPIMessages.msg
by opp_msgc.
message GIAsearch extends GIASearchAppMessage { fields: OverlayKey searchKey; int maxResponses; };
Public Member Functions | |
GIAsearch (const char *name=NULL, int kind=0) | |
GIAsearch (const GIAsearch &other) | |
virtual | ~GIAsearch () |
GIAsearch & | operator= (const GIAsearch &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual OverlayKey & | getSearchKey () |
virtual const OverlayKey & | getSearchKey () const |
virtual void | setSearchKey (const OverlayKey &searchKey_var) |
virtual int | getMaxResponses () const |
virtual void | setMaxResponses (int maxResponses_var) |
Protected Member Functions | |
bool | operator== (const GIAsearch &) |
Protected Attributes | |
OverlayKey | searchKey_var |
int | maxResponses_var |
GIAsearch::GIAsearch | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
GIAsearch::GIAsearch | ( | const GIAsearch & | other | ) |
virtual GIAsearch::~GIAsearch | ( | ) | [virtual] |
virtual cPolymorphic* GIAsearch::dup | ( | ) | const [inline, virtual] |
virtual int GIAsearch::getMaxResponses | ( | ) | const [virtual] |
virtual const OverlayKey& GIAsearch::getSearchKey | ( | ) | const [inline, virtual] |
virtual OverlayKey& GIAsearch::getSearchKey | ( | ) | [virtual] |
virtual void GIAsearch::netPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from GIASearchAppMessage.
virtual void GIAsearch::netUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from GIASearchAppMessage.
bool GIAsearch::operator== | ( | const GIAsearch & | ) | [protected] |
virtual void GIAsearch::setMaxResponses | ( | int | maxResponses_var | ) | [virtual] |
virtual void GIAsearch::setSearchKey | ( | const OverlayKey & | searchKey_var | ) | [virtual] |
int GIAsearch::maxResponses_var [protected] |
OverlayKey GIAsearch::searchKey_var [protected] |