Public Classes
-
enum ParameterType
-
union ValueUnion
Public Methods
-
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 Fields
-
ParameterType _type
-
ValueUnion _value
Documentation
enum ParameterType
FLOAT_PARAMETER
DOUBLE_PARAMETER
INT_PARAMETER
UNSIGNED_INT_PARAMETER
STRING_PARAMETER
union ValueUnion
float* _float
double* _double
int* _int
unsigned int* _uint
std::string* _string
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)
ParameterType _type
ValueUnion _value
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.