Enigma  3.2.0
A Simple, Reliable and Efficient Encryption Tool
ENV Class Referencefinal

#include <ENV.hpp>

Static Public Member Functions

static std::string Get (const std::string &key)
 
static void Set (const std::string &key, const std::string &value)
 
static void Delete (const std::string &key)
 

Detailed Description

System's Environment Variable Manager The environment variables are set within the context of your program. When your program exits, you're back in the context from where your program was started.

Definition at line 13 of file ENV.hpp.

Member Function Documentation

◆ Delete()

static void ENV::Delete ( const std::string &  key)
static

Unset process runtime environment variable

◆ Get()

static std::string ENV::Get ( const std::string &  key)
static

Get process runtime environment variable value

◆ Set()

static void ENV::Set ( const std::string &  key,
const std::string &  value 
)
static

Set process runtime environment variable


The documentation for this class was generated from the following file: