|
E-MailRelay
|
This is the complete list of members for G::MapFile, including all inherited members.
| add(std::string_view key, std::string_view value, bool clear=false) | G::MapFile | |
| booleanValue(std::string_view key, bool default_) const | G::MapFile | |
| contains(std::string_view key) const | G::MapFile | |
| editInto(const Path &path, bool make_backup, bool do_throw=true) const | G::MapFile | |
| expand(std::string_view value) const | G::MapFile | |
| expandedPathValue(std::string_view key) const | G::MapFile | |
| expandedPathValue(std::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, std::string_view yes={}) | G::MapFile | explicit |
| MapFile(const Path &, std::string_view kind={}) | G::MapFile | explicit |
| MapFile(const Path &, std::string_view kind, std::nothrow_t) | G::MapFile | |
| MapFile(std::istream &) | G::MapFile | explicit |
| numericValue(std::string_view key, unsigned int default_) const | G::MapFile | |
| pathValue(std::string_view key) const | G::MapFile | |
| pathValue(std::string_view key, const Path &default_) const | G::MapFile | |
| remove(std::string_view key) | G::MapFile | |
| update(std::string_view key, std::string_view value) | G::MapFile | |
| value(std::string_view key, std::string_view default_={}) const | G::MapFile | |
| valueContains(std::string_view key, std::string_view token, std::string_view default_={}) const | G::MapFile | |
| writeItem(std::ostream &, std::string_view key) const | G::MapFile | |
| writeItem(std::ostream &, std::string_view key, std::string_view value) | G::MapFile | static |