inicpp
C++ parser of INI files with schema validation.
|
This is the complete list of members for inicpp::schema, including all inherited members.
add_option(const std::string §ion_name, const option_schema &opt_schema) | inicpp::schema | |
add_option(const std::string §ion_name, option_schema_params< ArgType > &arguments) | inicpp::schema | inline |
add_section(const section_schema §_schema) | inicpp::schema | |
add_section(const section_schema_params &arguments) | inicpp::schema | |
contains(const std::string §ion_name) const | inicpp::schema | |
operator<<(std::ostream &os, const schema &schm) | inicpp::schema | friend |
operator=(const schema &source) | inicpp::schema | |
operator=(schema &&source) | inicpp::schema | |
operator[](size_t index) | inicpp::schema | |
operator[](size_t index) const | inicpp::schema | |
operator[](const std::string §ion_name) | inicpp::schema | |
operator[](const std::string §ion_name) const | inicpp::schema | |
schema() | inicpp::schema | |
schema(const schema &source) | inicpp::schema | |
schema(schema &&source) | inicpp::schema | |
size() const | inicpp::schema | |
validate_config(config &cfg, schema_mode mode) const | inicpp::schema |