zz::cfg::CfgLevel Struct Reference
The CfgLevel struct, internal struct for cfgParser. Tree structure for config sections. More...
#include <zupply.hpp>
Public Types | |
using | value_map_t = std::map< std::string, Value > |
using | section_map_t = std::map< std::string, CfgLevel > |
Public Member Functions | |
CfgLevel (CfgLevel *p, std::size_t d) | |
Value | operator[] (const std::string &name) |
CfgLevel & | operator() (const std::string &name) |
std::string | to_string () |
Public Attributes | |
value_map_t | values |
section_map_t | sections |
std::string | prefix |
CfgLevel * | parent |
size_t | depth |
Detailed Description
The CfgLevel struct, internal struct for cfgParser. Tree structure for config sections.
The documentation for this struct was generated from the following file: