E-MailRelay
|
This is the complete list of members for G::Environment, including all inherited members.
add(const std::string &name, const std::string &value) | G::Environment | |
contains(const std::string &name) const | G::Environment | |
empty() const noexcept | G::Environment | inline |
Environment(const std::map< std::string, std::string > &) | G::Environment | explicit |
Environment(const Environment &) | G::Environment | |
Environment(Environment &&) noexcept | G::Environment | |
get(const std::string &name, const std::string &default_) | G::Environment | static |
inherit() | G::Environment | inlinestatic |
minimal() | G::Environment | static |
operator=(const Environment &) | G::Environment | |
operator=(Environment &&) noexcept | G::Environment | |
ptr() const noexcept | G::Environment | |
put(const std::string &name, const std::string &value) | G::Environment | static |
set(const std::string &name, const std::string &value) | G::Environment | |
v() const noexcept | G::Environment | |
valid() const | G::Environment | |
value(const std::string &name, const std::string &default_=std::string()) const | G::Environment | |
~Environment()=default | G::Environment |