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