Handling environment variables. More...
#include <vector>
#include <utility>
#include <string>
Go to the source code of this file.
Namespaces | |
lxcpp | |
Functions | |
void | lxcpp::clearenv () |
void | lxcpp::clearenvExcept (const std::vector< std::string > &names) |
Clears the env variables except those listed. More... | |
std::string | lxcpp::getenv (const std::string &name) |
void | lxcpp::setenv (const std::string &name, const std::string &value) |
void | lxcpp::setenv (const std::vector< std::pair< std::string, std::string >> &variables) |
Handling environment variables.