|
enum | ParamType { ParamType::boolean,
ParamType::string,
ParamType::integer,
ParamType::float_
} |
|
static bool | isEnabled () |
|
static void | setEnabled (bool value) |
|
static void | setOutput (std::ostream *output) |
|
static const char * | iniFilesDir () |
|
static void | setIniFilesDir (const char *iniFilesDir) |
|
bool | regBoolParam (const bool *pValue, bool defaultValue, const char *paramName, const char *description) |
|
int | regIntParam (const int *pValue, int defaultValue, const char *paramName, const char *description) |
|
const char * | regStringParam (const char *const *pValue, const char *defaultValue, const char *paramName, const char *description) |
|
float | regFloatParam (const float *pValue, float defaultValue, const char *paramName, const char *description) |
|
The documentation for this struct was generated from the following file: