INET Framework for OMNeT++/OMNEST
RSVPResvTear Class Reference

#include <RSVPResvMsg.h>

Inheritance diagram for RSVPResvTear:
RSVPResvTear_Base RSVPPacket RSVPPacket_Base RSVPMessage

List of all members.

Public Member Functions

 RSVPResvTear (const char *name=NULL, int kind=RTEAR_MESSAGE)
 RSVPResvTear (const RSVPResvTear &other)
RSVPResvTearoperator= (const RSVPResvTear &other)
virtual RSVPResvTeardup () const
IPAddress getNHOP ()
IPAddress getLIH ()

Detailed Description

RESV TEAR message

This class adds convenience get() and set() methods to the generated base class, but no extra data.

Definition at line 47 of file RSVPResvMsg.h.


Constructor & Destructor Documentation

RSVPResvTear::RSVPResvTear ( const char *  name = NULL,
int  kind = RTEAR_MESSAGE 
) [inline]

Definition at line 50 of file RSVPResvMsg.h.

Referenced by dup().

: RSVPResvTear_Base(name,kind) {}
RSVPResvTear::RSVPResvTear ( const RSVPResvTear other) [inline]

Definition at line 51 of file RSVPResvMsg.h.

: RSVPResvTear_Base(other.getName()) {operator=(other);}

Member Function Documentation

virtual RSVPResvTear* RSVPResvTear::dup ( ) const [inline, virtual]

Reimplemented from RSVPResvTear_Base.

Definition at line 53 of file RSVPResvMsg.h.

{return new RSVPResvTear(*this);}

Definition at line 56 of file RSVPResvMsg.h.

Definition at line 55 of file RSVPResvMsg.h.

RSVPResvTear& RSVPResvTear::operator= ( const RSVPResvTear other) [inline]

Definition at line 52 of file RSVPResvMsg.h.

Referenced by RSVPResvTear().

{RSVPResvTear_Base::operator=(other); return *this;}

The documentation for this class was generated from the following file: