Handling environment variables. More...
#include "lxcpp/environment.hpp"
#include "lxcpp/exception.hpp"
#include "logger/logger.hpp"
#include "utils/exception.hpp"
#include <stdlib.h>
Namespaces | |
lxcpp | |
Functions | |
void | lxcpp::clearenvExcept (const std::vector< std::string > &names) |
Clears the env variables except those listed. More... | |
void | lxcpp::clearenv () |
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.