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