|
Colobot
|
This is the complete list of members for CConfigFile, including all inherited members.
| CConfigFile() (defined in CConfigFile) | CConfigFile | |
| GetArrayProperty(std::string section, std::string key, std::vector< T > &array) | CConfigFile | inline |
| GetBoolProperty(std::string section, std::string key, bool &value) | CConfigFile | |
| GetFloatProperty(std::string section, std::string key, float &value) | CConfigFile | |
| GetIntProperty(std::string section, std::string key, int &value) | CConfigFile | |
| GetStringProperty(std::string section, std::string key, std::string &value) | CConfigFile | |
| Init() | CConfigFile | |
| Save() | CConfigFile | |
| SetArrayProperty(std::string section, std::string key, const std::vector< T > &array) | CConfigFile | inline |
| SetBoolProperty(std::string section, std::string key, bool value) | CConfigFile | |
| SetFloatProperty(std::string section, std::string key, float value) | CConfigFile | |
| SetIntProperty(std::string section, std::string key, int value) | CConfigFile | |
| SetStringProperty(std::string section, std::string key, std::string value) | CConfigFile | |
| SetUseCurrentDirectory(bool useCurrentDirectory) | CConfigFile | |
| ~CConfigFile() (defined in CConfigFile) | CConfigFile | virtual |