Derived classes
Methods
set(const char * category, const char * key, const string_type & value) -> void
set(const char * category, const char * key, const char * value) -> void
template <class T>
set(const char * category, const char * key, T value) -> void
get(const char * category, const char * key, const char * def_value = "") const -> string_type
template <class T>
get(const string_type & category, const string_type & key, T def_value) const -> T
template <class T>
find(const char * category, const char * key) const -> T
HasCategory(const string_type & category) const -> bool
sections() const -> const map_2d &
HasChanges() const -> bool
save(const string_type & filename) -> bool
load(const string_type & filename, bool keep_existing = false) -> int