gz/utils/Environment.hh
Definition: gz/utils/Environment.hh:26
STL class.
bool setenv(const std::string &_name, const std::string &_value)
Set the environment variable '_name'.
bool env(const std::string &_name, std::string &_value, bool _allowEmpty=false)
Find the environment variable '_name' and return its value.
bool unsetenv(const std::string &_name)
Unset the environment variable '_name'.