inicpp
C++ parser of INI files with schema validation.
inicpp::config Member List

This is the complete list of members for inicpp::config, including all inherited members.

add_option(const std::string &section_name, const option &opt)inicpp::config
add_option(const std::string &section_name, const std::string &option_name, ValueType value)inicpp::configinline
add_section(const section &sect)inicpp::config
add_section(const std::string &section_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::configfriend
config_iterator< section > (defined in inicpp::config)inicpp::configfriend
const_iterator typedefinicpp::config
contains(const std::string &section_name) const inicpp::config
end()inicpp::config
end() const inicpp::config
iterator typedefinicpp::config
operator!=(const config &other) const inicpp::config
operator<<(std::ostream &os, const config &conf)inicpp::configfriend
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 &section_name)inicpp::config
operator[](const std::string &section_name) const inicpp::config
remove_option(const std::string &section_name, const std::string &option_name)inicpp::config
remove_section(const std::string &section_name)inicpp::config
size() const inicpp::config
validate(const schema &schm, schema_mode mode)inicpp::config