OpenGothic
Open source reimplementation of Gothic I and II
Loading...
Searching...
No Matches
IniFile Member List

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_viewIniFile
has(std::string_view sec)IniFile
has(std::string_view sec, std::string_view name)IniFile
IniFile()=defaultIniFile
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