RSVPResvError Class Reference
#include <RSVPResvMsg.h>
List of all members.
Detailed Description
RESV ERROR message
This class adds convenience get() and set() methods to the generated base class, but no extra data.
Constructor & Destructor Documentation
RSVPResvError::RSVPResvError |
( |
const char * |
name = NULL , |
|
|
int |
kind = RERROR_MESSAGE | |
|
) |
| | [inline] |
Referenced by dup().
00069 : RSVPResvError_Base(name,kind) {}
RSVPResvError::RSVPResvError |
( |
const RSVPResvError & |
other |
) |
[inline] |
00070 : RSVPResvError_Base(other.getName()) {operator=(other);}
Member Function Documentation
Referenced by RSVPResvError().
00071 {RSVPResvError_Base::operator=(other); return *this;}
virtual RSVPResvError* RSVPResvError::dup |
( |
|
) |
const [inline, virtual] |
IPAddress RSVPResvError::getNHOP |
( |
|
) |
[inline] |
00074 {return getHop().Next_Hop_Address;}
00075 {return getHop().Logical_Interface_Handle;}
The documentation for this class was generated from the following file: