#include <ChordMessage_m.h>
Inheritance diagram for NotifyCall:
ChordMessage.msg
by opp_msgc.
message NotifyCall extends BaseCallMessage { fields: bool preDBNodeSet;
};
Public Member Functions | |
NotifyCall (const char *name=NULL, int kind=0) | |
NotifyCall (const NotifyCall &other) | |
virtual | ~NotifyCall () |
NotifyCall & | operator= (const NotifyCall &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual bool | getPreDBNodeSet () const |
virtual void | setPreDBNodeSet (bool preDBNodeSet_var) |
Protected Member Functions | |
bool | operator== (const NotifyCall &) |
Protected Attributes | |
bool | preDBNodeSet_var |
NotifyCall::NotifyCall | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
NotifyCall::NotifyCall | ( | const NotifyCall & | other | ) |
virtual NotifyCall::~NotifyCall | ( | ) | [virtual] |
virtual cPolymorphic* NotifyCall::dup | ( | ) | const [inline, virtual] |
virtual bool NotifyCall::getPreDBNodeSet | ( | ) | const [virtual] |
virtual void NotifyCall::netPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from BaseCallMessage.
virtual void NotifyCall::netUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from BaseCallMessage.
NotifyCall& NotifyCall::operator= | ( | const NotifyCall & | other | ) |
bool NotifyCall::operator== | ( | const NotifyCall & | ) | [protected] |
virtual void NotifyCall::setPreDBNodeSet | ( | bool | preDBNodeSet_var | ) | [virtual] |
bool NotifyCall::preDBNodeSet_var [protected] |