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.
Constructor & Destructor Documentation
RSVPHelloMsg::RSVPHelloMsg |
( |
const char * |
name = NULL , |
|
|
int |
kind = RSVP_TRAFFIC | |
|
) |
| | [inline] |
Referenced by dup().
00041 : RSVPHelloMsg_Base(name,kind) {}
RSVPHelloMsg::RSVPHelloMsg |
( |
const RSVPHelloMsg & |
other |
) |
[inline] |
00042 : RSVPHelloMsg_Base(other.getName()) {operator=(other);}
Member Function Documentation
Referenced by RSVPHelloMsg().
00043 {RSVPHelloMsg_Base::operator=(other); return *this;}
virtual RSVPHelloMsg* RSVPHelloMsg::dup |
( |
|
) |
const [inline, virtual] |
The documentation for this class was generated from the following file: