This is the complete list of members for Allegro::ConfigPlus, including all inherited members.
AddComment(const char *section, const char *comment) | Allegro::ConfigPlus | |
AddComment(const std::string §ion, const std::string &comment) | Allegro::ConfigPlus | |
AddSection(const char *name) | Allegro::ConfigPlus | |
AddSection(const std::string &name) | Allegro::ConfigPlus | |
ConfigPlus(bool createEmpty=false) | Allegro::ConfigPlus | |
ConfigPlus(const char *filename) | Allegro::ConfigPlus | |
ConfigPlus(const std::string &filename) | Allegro::ConfigPlus | |
Empty() | Allegro::ConfigPlus | |
GetValue(const char *section, const char *key) const | Allegro::ConfigPlus | inline |
GetValue(const std::string §ion, const std::string &key) const | Allegro::ConfigPlus | inline |
GetValueDirect(const char *section, const char *key) const | Allegro::ConfigPlus | |
Load(const char *filename) | Allegro::ConfigPlus | |
Load(const std::string &filename) | Allegro::ConfigPlus | |
Load(ALLEGRO_FILE *file) | Allegro::ConfigPlus | |
MergeConfig(const ConfigPlus &with, ConfigPlus &to) const | Allegro::ConfigPlus | |
MergeConfigInto(const ConfigPlus &with) | Allegro::ConfigPlus | |
Save(const char *filename) const | Allegro::ConfigPlus | |
Save(const std::string &filename) const | Allegro::ConfigPlus | |
Save(ALLEGRO_FILE *file) const | Allegro::ConfigPlus | |
SetValue(const char *section, const char *key, const T &value) | Allegro::ConfigPlus | inline |
SetValue(const std::string §ion, const std::string &key, const T &value) | Allegro::ConfigPlus | inline |
SetValueDirect(const char *section, const char *key, const char *value) | Allegro::ConfigPlus | |
~ConfigPlus() | Allegro::ConfigPlus |