INI-style configuration file reader/writer. More...
#include <fstream>#include <iostream>#include <string>#include <unordered_map>#include <vector>Go to the source code of this file.
Classes | |
| class | mxvk::VK_Config |
| Parses and manages an INI-style configuration file. More... | |
| class | mxvk::VK_ConfigItem |
| A single key/value pair read from a configuration file. More... | |
Namespaces | |
| namespace | mxvk |
| Utilities for loading and saving PNG images. | |
Typedefs | |
| using | mxvk::ConfigFile = VK_Config |
| using | mxvk::Item = VK_ConfigItem |
INI-style configuration file reader/writer.
VK_Config parses simple section/key/value configuration files and provides random-access retrieval and modification of settings.
Definition in file mxvk_cfg.hpp.