Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

RSVPHelloMsg Class Reference

#include <RSVPHelloMsg.h>

List of all members.


Detailed Description

RSVP HELLO REQUEST message

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


Public Member Functions

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


Constructor & Destructor Documentation

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

00041 : RSVPHelloMsg_Base(name,kind) {}

RSVPHelloMsg::RSVPHelloMsg const RSVPHelloMsg other  )  [inline]
 

00042 : RSVPHelloMsg_Base(other.name()) {operator=(other);}


Member Function Documentation

virtual cObject* RSVPHelloMsg::dup  )  [inline, virtual]
 

00044 {return new RSVPHelloMsg(*this);}

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

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


The documentation for this class was generated from the following file:
Generated on Sat Apr 1 20:52:23 2006 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.1