DSL
ConfigINI Member List

This is the complete list of members for ConfigINI, including all inherited members.

_sections (defined in ConfigSection)ConfigSectionprotected
_values (defined in ConfigSection)ConfigSectionprotected
Clear() (defined in ConfigSection)ConfigSection
FindOrAddSection(const string &name) (defined in ConfigINI)ConfigINIvirtual
GetSection(const string &name) (defined in ConfigSection)ConfigSection
GetValue(const string &name) const (defined in ConfigSection)ConfigSection
GetValue(const string &name, ConfigValue &value) const (defined in ConfigSection)ConfigSection
HasValue(const string &name) const (defined in ConfigSection)ConfigSection
LoadFromFile(const string &filename) (defined in ConfigSection)ConfigSection
LoadFromFile(FILE *fp, const string &filename) (defined in ConfigSection)ConfigSection
loadFromString(const char **config, size_t &line, const char *fn)ConfigINIprotectedvirtual
LoadFromString(const string &config, const string &filename) (defined in ConfigSection)ConfigSection
name (defined in ConfigSection)ConfigSection
parent (defined in ConfigINI)ConfigINIprotected
PrintConfigTree() const (defined in ConfigSection)ConfigSection
printSection(size_t level) const (defined in ConfigSection)ConfigSectionprotected
sectionList typedef (defined in ConfigSection)ConfigSectionprotected
sections (defined in ConfigSection)ConfigSection
SetValue(const string &name, const ConfigValue &val) (defined in ConfigSection)ConfigSection
valueList typedef (defined in ConfigSection)ConfigSectionprotected
values (defined in ConfigSection)ConfigSection
writeSection(stringstream &sstr, int level, bool single=false) const (defined in ConfigINI)ConfigINIprotectedvirtual
WriteToFile(const string &filename) const (defined in ConfigSection)ConfigSection
WriteToFile(FILE *fp) const (defined in ConfigSection)ConfigSection
WriteToString() const (defined in ConfigSection)ConfigSection
~ConfigSection() (defined in ConfigSection)ConfigSection