ark::config::IniSection

Defined in header “ark/config/ini_parser.hh”.


Represents an individual section of an INI file.

Methods

  • auto operator(const IniSection & other)
    Default comparator.

Variables

  • std::map< std::string, std::string > parameters
    The parameters in a particular section.