VideoTools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
G::MapFile Member List

This is the complete list of members for G::MapFile, including all inherited members.

add(const std::string &key, const std::string &value)G::MapFile
booleanValue(const std::string &key, bool default_) const G::MapFile
check(const G::Path &, bool utf8=false)G::MapFilestatic
contains(const std::string &key) const G::MapFile
editInto(const G::Path &path, bool make_backup=true, bool allow_read_error=false, bool allow_write_error=false, bool utf8=false) const G::MapFile
expand(const std::string &value) const G::MapFile
expandedPathValue(const std::string &key) const G::MapFile
expandedPathValue(const std::string &key, const G::Path &default_) const G::MapFile
keys() const G::MapFile
log() const G::MapFile
map() const G::MapFile
MapFile()G::MapFile
MapFile(const G::StringMap &map)G::MapFileexplicit
MapFile(const OptionMap &map, const std::string &yes=std::string())G::MapFileexplicit
MapFile(const G::Path &, bool utf8=false)G::MapFileexplicit
MapFile(std::istream &, bool utf8=false)G::MapFileexplicit
numericValue(const std::string &key, unsigned int default_) const G::MapFile
pathValue(const std::string &key) const G::MapFile
pathValue(const std::string &key, const G::Path &default_) const G::MapFile
remove(const std::string &key)G::MapFile
value(const std::string &key, const std::string &default_=std::string()) const G::MapFile
value(const std::string &key, const char *default_) const G::MapFile
writeItem(std::ostream &, const std::string &key, bool utf8=false) const G::MapFile
writeItem(std::ostream &, const std::string &key, const std::string &value, bool utf8=false)G::MapFilestatic