Fork Vasum on GitHub Official Vasum Wiki on Tizen.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
environment.hpp File Reference

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)
 

Detailed Description

Handling environment variables.

Author
Jan Olszak (j.ols.nosp@m.zak@.nosp@m.samsu.nosp@m.ng.c.nosp@m.om)