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