|
VideoTools
|
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::MapFile | static |
| 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::MapFile | explicit |
| MapFile(const OptionMap &map, const std::string &yes=std::string()) | G::MapFile | explicit |
| MapFile(const G::Path &, bool utf8=false) | G::MapFile | explicit |
| MapFile(std::istream &, bool utf8=false) | G::MapFile | explicit |
| 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::MapFile | static |