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) | |
| bool | valid (const char *str) const |
| bool | assign (const char *str) |
Protected Attributes | |
| ParameterType | _type |
| ValueUnion | _value |
Classes | |
| union | ValueUnion |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.2