Public Types | |
| enum | ParameterType { FLOAT_PARAMETER, DOUBLE_PARAMETER, INT_PARAMETER, UNSIGNED_INT_PARAMETER, STRING_PARAMETER } |
Public Member Functions | |
| Parameter (float &value) | |
| Parameter (double &value) | |
| Parameter (int &value) | |
| Parameter (unsigned int &value) | |
| Parameter (std::string &value) | |
| Parameter (const Parameter ¶m) | |
| Parameter & | operator= (const Parameter ¶m) |
| bool | valid (const char *str) const |
| bool | assign (const char *str) |
Protected Attributes | |
| ParameterType | _type |
| ValueUnion | _value |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|