A single key/value pair read from a configuration file. More...
#include <mxvk/include/mxvk/mxvk_cfg.hpp>
Public Attributes | |
| std::string | key |
| Configuration key name. | |
| std::string | value |
| Value associated with the key. | |
A single key/value pair read from a configuration file.
Definition at line 22 of file mxvk_cfg.hpp.
| std::string mxvk::VK_ConfigItem::key |
Configuration key name.
Definition at line 24 of file mxvk_cfg.hpp.
| std::string mxvk::VK_ConfigItem::value |
Value associated with the key.
Definition at line 25 of file mxvk_cfg.hpp.