|
Sese Framework
3.0.0
A cross-platform framework
|
INI Configuration Class. More...
#include <IniConfig.h>
Public Types | |
| using | Section = std::map<std::string, std::string> |
| INI SECTION. | |
| using | SectionMap = std::map<std::string, Section> |
| INI SECTION MAPPING. | |
Public Attributes | |
| Section | defSection |
| SectionMap | sectionMap |
INI Configuration Class.
| using sese::ini::IniConfig::Section = std::map<std::string, std::string> |
INI SECTION.
| using sese::ini::IniConfig::SectionMap = std::map<std::string, Section> |
INI SECTION MAPPING.
| Section sese::ini::IniConfig::defSection |
| SectionMap sese::ini::IniConfig::sectionMap |