Include dependency graph for environment.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| yarp | |
| The main, catch-all namespace for YARP. | |
| yarp::conf | |
| yarp::conf::environment | |
Functions | |
| std::string | yarp::conf::environment::getEnvironment (const char *key, bool *found=nullptr) |
| Read a variable from the environment. More... | |
| void | yarp::conf::environment::setEnvironment (const std::string &key, const std::string &val) |
| Set or change an environment variable. More... | |
| void | yarp::conf::environment::unsetEnvironment (const std::string &key) |
| Remove an environment variable. More... | |