10#ifndef OKSSYSTEM_ENVIRONMENT
11#define OKSSYSTEM_ENVIRONMENT
25 static std::string
get(
const std::string &key);
26 static void set(
const std::string &key,
const std::string & value);
27 static void set(
const std::map<std::string,std::string> & values);
Wrapper for environnement variable manipulation.
static std::string get(const std::string &key)
get a environnement variable
static void set(const std::string &key, const std::string &value)
sets an environnement variable