#include <RSVPResvMsg.h>
Inheritance diagram for RSVPResvMsg:
This class adds convenience get() and set() methods to the generated base class, but no extra data.
Public Member Functions | |
RSVPResvMsg (const char *name=NULL, int kind=RESV_MESSAGE) | |
RSVPResvMsg (const RSVPResvMsg &other) | |
RSVPResvMsg & | operator= (const RSVPResvMsg &other) |
virtual cObject * | dup () const |
IPAddress | getNHOP () |
IPAddress | getLIH () |
RSVPResvMsg::RSVPResvMsg | ( | const char * | name = NULL , |
|
int | kind = RESV_MESSAGE | |||
) | [inline] |
RSVPResvMsg::RSVPResvMsg | ( | const RSVPResvMsg & | other | ) | [inline] |
virtual cObject* RSVPResvMsg::dup | ( | ) | const [inline, virtual] |
IPAddress RSVPResvMsg::getLIH | ( | ) | [inline] |
IPAddress RSVPResvMsg::getNHOP | ( | ) | [inline] |
RSVPResvMsg& RSVPResvMsg::operator= | ( | const RSVPResvMsg & | other | ) | [inline] |