#include <RSVPResvMsg.h>
Public Member Functions | |
RSVPResvTear (const char *name=NULL, int kind=RTEAR_MESSAGE) | |
RSVPResvTear (const RSVPResvTear &other) | |
RSVPResvTear & | operator= (const RSVPResvTear &other) |
virtual RSVPResvTear * | dup () const |
IPAddress | getNHOP () |
IPAddress | getLIH () |
RESV TEAR message
This class adds convenience get() and set() methods to the generated base class, but no extra data.
Definition at line 47 of file RSVPResvMsg.h.
RSVPResvTear::RSVPResvTear | ( | const char * | name = NULL , |
|
int | kind = RTEAR_MESSAGE | |||
) | [inline] |
RSVPResvTear::RSVPResvTear | ( | const RSVPResvTear & | other | ) | [inline] |
Definition at line 51 of file RSVPResvMsg.h.
: RSVPResvTear_Base(other.getName()) {operator=(other);}
virtual RSVPResvTear* RSVPResvTear::dup | ( | ) | const [inline, virtual] |
Definition at line 53 of file RSVPResvMsg.h.
{return new RSVPResvTear(*this);}
IPAddress RSVPResvTear::getLIH | ( | ) | [inline] |
Definition at line 56 of file RSVPResvMsg.h.
{return getHop().Logical_Interface_Handle;}
IPAddress RSVPResvTear::getNHOP | ( | ) | [inline] |
Definition at line 55 of file RSVPResvMsg.h.
{return getHop().Next_Hop_Address;}
RSVPResvTear& RSVPResvTear::operator= | ( | const RSVPResvTear & | other | ) | [inline] |
Definition at line 52 of file RSVPResvMsg.h.
Referenced by RSVPResvTear().
{RSVPResvTear_Base::operator=(other); return *this;}