Sese Framework  2.3.0
A cross-platform framework
Loading...
Searching...
No Matches
sese::ini::IniConfig Struct Reference

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
 

Detailed Description

INI Configuration Class.

Member Typedef Documentation

◆ 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.

Member Data Documentation

◆ defSection

Section sese::ini::IniConfig::defSection

◆ sectionMap

SectionMap sese::ini::IniConfig::sectionMap

The documentation for this struct was generated from the following file: