inicpp
C++ parser of INI files with schema validation.
|
This is the complete list of members for inicpp::section, including all inherited members.
add_option(const std::string &option_name, ValueType value) | inicpp::section | inline |
add_option(const option &opt) | inicpp::section | |
begin() | inicpp::section | |
begin() const | inicpp::section | |
cbegin() const | inicpp::section | |
cend() const | inicpp::section | |
const_iterator typedef | inicpp::section | |
contains(const std::string &option_name) const | inicpp::section | |
end() | inicpp::section | |
end() const | inicpp::section | |
get_name() const | inicpp::section | |
iterator typedef | inicpp::section | |
operator!=(const section &other) const | inicpp::section | |
operator<<(std::ostream &os, const section §) | inicpp::section | friend |
operator=(const section &source) | inicpp::section | |
operator=(section &&source) | inicpp::section | |
operator==(const section &other) const | inicpp::section | |
operator[](size_t index) | inicpp::section | |
operator[](size_t index) const | inicpp::section | |
operator[](const std::string &option_name) | inicpp::section | |
operator[](const std::string &option_name) const | inicpp::section | |
remove_option(const std::string &option_name) | inicpp::section | |
section()=delete | inicpp::section | |
section(const section &source) | inicpp::section | |
section(section &&source) | inicpp::section | |
section(const std::string &name) | inicpp::section | |
section_iterator< const option > (defined in inicpp::section) | inicpp::section | friend |
section_iterator< option > (defined in inicpp::section) | inicpp::section | friend |
size() const | inicpp::section | |
validate(const section_schema §_schema, schema_mode mode) | inicpp::section |