inicpp
C++ parser of INI files with schema validation.
|
#include <section_schema.h>
Public Attributes | |
std::string | name |
item_requirement | requirement = item_requirement::mandatory |
std::string | comment |
Creation arguments which has to be supplied to section_schema.
Definition at line 19 of file section_schema.h.
std::string inicpp::section_schema_params::comment |
Description of section
Definition at line 25 of file section_schema.h.
std::string inicpp::section_schema_params::name |
Name of section_schema
Definition at line 21 of file section_schema.h.
item_requirement inicpp::section_schema_params::requirement = item_requirement::mandatory |
Determines whether this section is mandatory in configuration
Definition at line 23 of file section_schema.h.