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)
 
CfgLeveloperator() (const std::string &name)
 
std::string to_string ()
 

Public Attributes

value_map_t values
 
section_map_t sections
 
std::string prefix
 
CfgLevelparent
 
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: