This class parses ini files. Currently supported are only the following data types: string/char, int, double, bool.
More...
#include <IniParser.h>
This class parses ini files. Currently supported are only the following data types: string/char, int, double, bool.
◆ IniParser()
| IniParser::IniParser |
( |
const std::string & |
filename | ) |
|
Constructor for the IniParser class. Parses an ini file into an std::unordered_map.
- Parameters
-
◆ getIniContents()
| const std::unordered_map< std::string, std::any > & IniParser::getIniContents |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files: