gz/utils/Environment.hh File Reference
#include <gz/utils/config.hh>#include <gz/utils/Export.hh>#include <string>Go to the source code of this file.
Namespaces | |
| ignition | |
| ignition::utils | |
Functions | |
| bool | env (const std::string &_name, std::string &_value, bool _allowEmpty=false) |
| Find the environment variable '_name' and return its value. More... | |
| bool | setenv (const std::string &_name, const std::string &_value) |
| Set the environment variable '_name'. More... | |
| bool | unsetenv (const std::string &_name) |
| Unset the environment variable '_name'. More... | |