#include <CommonAPIMessages_m.h>
Inheritance diagram for KBRroute:
CommonAPIMessages.msg
by opp_msgc.
message KBRroute extends CommonAPIMessage {
};
Public Member Functions | |
KBRroute (const char *name=NULL, int kind=0) | |
KBRroute (const KBRroute &other) | |
virtual | ~KBRroute () |
KBRroute & | operator= (const KBRroute &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
Protected Member Functions | |
bool | operator== (const KBRroute &) |
KBRroute::KBRroute | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
KBRroute::KBRroute | ( | const KBRroute & | other | ) |
virtual KBRroute::~KBRroute | ( | ) | [virtual] |
virtual cPolymorphic* KBRroute::dup | ( | ) | const [inline, virtual] |
virtual void KBRroute::netPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from CommonAPIMessage.
virtual void KBRroute::netUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from CommonAPIMessage.
bool KBRroute::operator== | ( | const KBRroute & | ) | [protected] |