INET Framework for OMNeT++/OMNEST
|
#include <RSVPHelloMsg.h>
Public Member Functions | |
RSVPHelloMsg (const char *name=NULL, int kind=RSVP_TRAFFIC) | |
RSVPHelloMsg (const RSVPHelloMsg &other) | |
RSVPHelloMsg & | operator= (const RSVPHelloMsg &other) |
virtual RSVPHelloMsg * | dup () const |
RSVP HELLO REQUEST message
This class adds convenience get() and set() methods to the generated base class, but no extra data.
RSVPHelloMsg::RSVPHelloMsg | ( | const char * | name = NULL , |
int | kind = RSVP_TRAFFIC |
||
) | [inline] |
Referenced by dup().
: RSVPHelloMsg_Base(name,kind) {}
RSVPHelloMsg::RSVPHelloMsg | ( | const RSVPHelloMsg & | other | ) | [inline] |
: RSVPHelloMsg_Base(other.getName()) {operator=(other);}
virtual RSVPHelloMsg* RSVPHelloMsg::dup | ( | ) | const [inline, virtual] |
{return new RSVPHelloMsg(*this);}
RSVPHelloMsg& RSVPHelloMsg::operator= | ( | const RSVPHelloMsg & | other | ) | [inline] |
Referenced by RSVPHelloMsg().
{RSVPHelloMsg_Base::operator=(other); return *this;}