RSVPResvMsg Class Reference
#include <RSVPResvMsg.h>
List of all members.
Detailed Description
RSVP RESV message
This class adds convenience get() and set() methods to the generated base class, but no extra data.
Constructor & Destructor Documentation
RSVPResvMsg::RSVPResvMsg |
( |
const char * |
name = NULL , |
|
|
int |
kind = RESV_MESSAGE | |
|
) |
| | [inline] |
Referenced by dup().
00031 : RSVPResvMsg_Base(name,kind) {}
RSVPResvMsg::RSVPResvMsg |
( |
const RSVPResvMsg & |
other |
) |
[inline] |
00032 : RSVPResvMsg_Base(other.getName()) {operator=(other);}
Member Function Documentation
Referenced by RSVPResvMsg().
00033 {RSVPResvMsg_Base::operator=(other); return *this;}
virtual RSVPResvMsg* RSVPResvMsg::dup |
( |
|
) |
const [inline, virtual] |
The documentation for this class was generated from the following file: