#include <RSVPResvMsg.h>
Inheritance diagram for RSVPResvTear:
This class adds convenience get() and set() methods to the generated base class, but no extra data.
Public Member Functions | |
RSVPResvTear (const char *name=NULL, int kind=RTEAR_MESSAGE) | |
RSVPResvTear (const RSVPResvTear &other) | |
RSVPResvTear & | operator= (const RSVPResvTear &other) |
virtual cObject * | dup () const |
IPAddress | getNHOP () |
IPAddress | getLIH () |
|
00050 : RSVPResvTear_Base(name,kind) {}
|
|
00051 : RSVPResvTear_Base(other.name()) {operator=(other);}
|
|
Reimplemented from RSVPResvTear_Base. 00053 {return new RSVPResvTear(*this);}
|
|
00056 {return getHop().Logical_Interface_Handle;}
|
|
00055 {return getHop().Next_Hop_Address;}
|
|
00052 {RSVPResvTear_Base::operator=(other); return *this;}
|