VideoTools
|
A static class to wrap getenv() and putenv(). More...
#include <genvironment.h>
Static Public Member Functions | |
static std::string | get (const std::string &name, const std::string &default_) |
Returns the environment variable value or the given default. | |
static void | put (const std::string &name, const std::string &value) |
Sets the environment variable value. | |
A static class to wrap getenv() and putenv().
Definition at line 35 of file genvironment.h.