E-MailRelay
|
This is the complete list of members for G::MapFile, including all inherited members.
add(string_view key, string_view value, bool clear=false) | G::MapFile | |
booleanValue(string_view key, bool default_) const | G::MapFile | |
check(const Path &, string_view kind={}) | G::MapFile | static |
contains(string_view key) const | G::MapFile | |
editInto(const Path &path, bool make_backup, bool allow_read_error, bool allow_write_error) const | G::MapFile | |
expand(string_view value) const | G::MapFile | |
expandedPathValue(string_view key) const | G::MapFile | |
expandedPathValue(string_view key, const Path &default_) const | G::MapFile | |
keys() const | G::MapFile | |
log(const std::string &prefix={}) const | G::MapFile | |
map() const | G::MapFile | |
MapFile() | G::MapFile | |
MapFile(const StringMap &map) | G::MapFile | explicit |
MapFile(const OptionMap &map, string_view yes={}) | G::MapFile | explicit |
MapFile(const Path &, string_view kind={}) | G::MapFile | explicit |
MapFile(std::istream &) | G::MapFile | explicit |
numericValue(string_view key, unsigned int default_) const | G::MapFile | |
pathValue(string_view key) const | G::MapFile | |
pathValue(string_view key, const Path &default_) const | G::MapFile | |
remove(string_view key) | G::MapFile | |
value(string_view key, string_view default_={}) const | G::MapFile | |
writeItem(std::ostream &, string_view key) const | G::MapFile | |
writeItem(std::ostream &, string_view key, string_view value) | G::MapFile | static |