XDGKit v0.1.0-1
XDG Utilities for C++
|
A parsed INI file. More...
#include <XDGINI.h>
Static Public Member Functions | |
static std::shared_ptr< XDGINI > | Load (const std::filesystem::path &iniFile) noexcept |
Loads and parses an INI file. | |
A parsed INI file.
The content is organized in nested unordered maps. The top-level map represents the sections, while the nested maps hold the key-value pairs within each section.
All values are stored as strings.
Example usage:
|
staticnoexcept |
Loads and parses an INI file.
iniFile | The path to the INI file to be loaded and parsed. |