RSVPPathTear Class Reference
#include <RSVPPathMsg.h>
List of all members.
Detailed Description
RSVP PATH TEAR message
This class adds convenience get() and set() methods to the generated base class, but no extra data.
Constructor & Destructor Documentation
RSVPPathTear::RSVPPathTear |
( |
const char * |
name = NULL , |
|
|
int |
kind = PTEAR_MESSAGE | |
|
) |
| | [inline] |
Referenced by dup().
00057 : RSVPPathTear_Base(name,kind) {}
RSVPPathTear::RSVPPathTear |
( |
const RSVPPathTear & |
other |
) |
[inline] |
00058 : RSVPPathTear_Base(other.getName()) {operator=(other);}
Member Function Documentation
Referenced by RSVPPathTear().
00059 {RSVPPathTear_Base::operator=(other); return *this;}
virtual RSVPPathTear* RSVPPathTear::dup |
( |
|
) |
const [inline, virtual] |
00062 {return getHop().Next_Hop_Address;}
00063 {return getHop().Logical_Interface_Handle;}
IPAddress RSVPPathTear::getSrcAddress |
( |
|
) |
[inline] |
00064 {return getSenderTemplate().SrcAddress;}
int RSVPPathTear::getLspId |
( |
|
) |
[inline] |
The documentation for this class was generated from the following file: