Закрытые члены | |
void | CfgParamBool (string param_name) |
void | SetValue (bool value) |
bool | GetValue () |
override int | GetType () |
void | CfgParamFloat (string param_name) |
void | SetValue (float value) |
float | GetValue () |
override int | GetType () |
void | CfgParamInt (string param_name) |
void | SetValue (int value) |
int | GetValue () |
override int | GetType () |
void | CfgParamString (string param_name) |
void | SetValue (string value) |
string | GetValue () |
override int | GetType () |
Закрытые данные | |
bool | m_Value |
float | m_Value |
int | m_Value |
string | m_Value |
См. определение в файле CfgParamBool.c строка 1