Sese Framework
x.y.z
A cross-platform framework
|
INI 配置类 更多...
#include <IniConfig.h>
Public 类型 | |
using | Section = std::map<std::string, std::string> |
INI SECTION | |
using | SectionMap = std::map<std::string, Section> |
INI SECTION MAPPING | |
Public 属性 | |
Section | defSection |
默认节 | |
SectionMap | sectionMap |
节映射 | |
INI 配置类
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 |
节映射