|
OpenGothic
Open source reimplementation of Gothic I and II
|
This is the complete list of members for IniFile, including all inherited members.
| flush() | IniFile | |
| getF(std::string_view sec, std::string_view name, float fdef=0) | IniFile | |
| getI(std::string_view sec, std::string_view name, int idef=0) | IniFile | |
| getS(std::string_view sec, std::string_view name) -> std::string_view | IniFile | |
| has(std::string_view sec) | IniFile | |
| has(std::string_view sec, std::string_view name) | IniFile | |
| IniFile()=default | IniFile | |
| IniFile(std::u16string_view file) | IniFile | |
| IniFile(Tempest::RFile &fin) | IniFile | |
| set(std::string_view sec, std::string_view name, int ival) | IniFile | |
| set(std::string_view sec, std::string_view name, float fval) | IniFile | |
| set(std::string_view sec, std::string_view name, std::string_view sval) | IniFile |