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