Sese Framework  x.y.z
A cross-platform framework
载入中...
搜索中...
未找到
sese::ini::IniConfig结构体 参考

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 配置类

成员类型定义说明

◆ Section

using sese::ini::IniConfig::Section = std::map<std::string, std::string>

INI SECTION

◆ SectionMap

using sese::ini::IniConfig::SectionMap = std::map<std::string, Section>

INI SECTION MAPPING

类成员变量说明

◆ defSection

Section sese::ini::IniConfig::defSection

默认节

◆ sectionMap

SectionMap sese::ini::IniConfig::sectionMap

节映射


该结构体的文档由以下文件生成: