Public Member Functions

RSVPHelloMsg Class Reference

#include <RSVPHelloMsg.h>

List of all members.

Public Member Functions

 RSVPHelloMsg (const char *name=NULL, int kind=RSVP_TRAFFIC)
 RSVPHelloMsg (const RSVPHelloMsg &other)
RSVPHelloMsgoperator= (const RSVPHelloMsg &other)
virtual RSVPHelloMsgdup () const

Detailed Description

RSVP HELLO REQUEST message

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

Definition at line 38 of file RSVPHelloMsg.h.


Constructor & Destructor Documentation

RSVPHelloMsg::RSVPHelloMsg ( const char *  name = NULL,
int  kind = RSVP_TRAFFIC 
) [inline]

Definition at line 41 of file RSVPHelloMsg.h.

Referenced by dup().

: RSVPHelloMsg_Base(name,kind) {}

RSVPHelloMsg::RSVPHelloMsg ( const RSVPHelloMsg other  )  [inline]

Definition at line 42 of file RSVPHelloMsg.h.

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


Member Function Documentation

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

Definition at line 44 of file RSVPHelloMsg.h.

{return new RSVPHelloMsg(*this);}

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

Definition at line 43 of file RSVPHelloMsg.h.

Referenced by RSVPHelloMsg().

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


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