g4tools
5.4.0
|
Go to the source code of this file.
Namespaces | |
tools | |
inlined C code : /////////////////////////////////// | |
Macros | |
#define | tools_get_env |
Functions | |
bool | tools::is_env (const std::string &a_string) |
bool | tools::get_env (const std::string &a_string, std::string &a_value) |
template<class T > | |
bool | tools::get_env (const std::string &a_string, T &a_v, const T &a_def=T()) |
bool | tools::get_env_bool (const std::string &a_string, bool &a_v) |