Public Member Functions | |
Constructor / Destructor | |
CP_EventDefinition () | |
Constructor. | |
CP_EventDefinition (const CP_EventDefinition &inEventDefinition) | |
virtual | ~CP_EventDefinition () throw () |
Destructor. | |
Getters | |
CP_String | GetName () const |
operators | |
CP_EventDefinition & | operator= (const CP_EventDefinition &inEventDefinition) |
Setters | |
void | SetName (const CP_String &inName) |
Private Attributes | |
CP_String | fName |
|
Constructor.
|
|
Copy constructor.
|
|
Destructor.
|
|
Returns the name of this element definition.
|
|
Assignment operator.
|
|
Sets the name of this element definition.
|
|
|