AllegroPlus
 All Classes Functions Variables Pages
Allegro::ConfigPlus Member List

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 &section, 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::ConfigPlusinline
GetValue(const std::string &section, const std::string &key) const Allegro::ConfigPlusinline
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::ConfigPlusinline
SetValue(const std::string &section, const std::string &key, const T &value)Allegro::ConfigPlusinline
SetValueDirect(const char *section, const char *key, const char *value)Allegro::ConfigPlus
~ConfigPlus()Allegro::ConfigPlus