#include <inifile.h>
|
| | IniFile ()=default |
| |
| | IniFile (std::u16string_view file) |
| |
| | IniFile (Tempest::RFile &fin) |
| |
| void | flush () |
| |
| bool | has (std::string_view sec) |
| |
| bool | has (std::string_view sec, std::string_view name) |
| |
| int | getI (std::string_view sec, std::string_view name, int idef=0) |
| |
| void | set (std::string_view sec, std::string_view name, int ival) |
| |
| float | getF (std::string_view sec, std::string_view name, float fdef=0) |
| |
| void | set (std::string_view sec, std::string_view name, float fval) |
| |
| auto | getS (std::string_view sec, std::string_view name) -> std::string_view |
| |
| void | set (std::string_view sec, std::string_view name, std::string_view sval) |
| |
Definition at line 7 of file inifile.h.
◆ IniFile() [1/3]
◆ IniFile() [2/3]
| IniFile::IniFile |
( |
std::u16string_view |
file | ) |
|
◆ IniFile() [3/3]
| IniFile::IniFile |
( |
Tempest::RFile & |
fin | ) |
|
◆ flush()
◆ getF()
| float IniFile::getF |
( |
std::string_view |
sec, |
|
|
std::string_view |
name, |
|
|
float |
fdef = 0 |
|
) |
| |
◆ getI()
| int IniFile::getI |
( |
std::string_view |
sec, |
|
|
std::string_view |
name, |
|
|
int |
idef = 0 |
|
) |
| |
◆ getS()
| std::string_view IniFile::getS |
( |
std::string_view |
sec, |
|
|
std::string_view |
name |
|
) |
| -> std::string_view |
◆ has() [1/2]
| bool IniFile::has |
( |
std::string_view |
sec | ) |
|
◆ has() [2/2]
| bool IniFile::has |
( |
std::string_view |
sec, |
|
|
std::string_view |
name |
|
) |
| |
◆ set() [1/3]
| void IniFile::set |
( |
std::string_view |
sec, |
|
|
std::string_view |
name, |
|
|
float |
fval |
|
) |
| |
◆ set() [2/3]
| void IniFile::set |
( |
std::string_view |
sec, |
|
|
std::string_view |
name, |
|
|
int |
ival |
|
) |
| |
◆ set() [3/3]
| void IniFile::set |
( |
std::string_view |
sec, |
|
|
std::string_view |
name, |
|
|
std::string_view |
sval |
|
) |
| |
The documentation for this class was generated from the following files: