MEnvironment Class Reference

Public Member Functions

void clearValues ()
 
std::string getValue (const std::string &key)
 
bool hasValue (const std::string &key)
 
 MEnvironment (bool _fromRunningEnvironment)
 
void purgeEnvironment (const char *username)
 
void setValue (const std::string &key, const std::string &value)
 
void unsetValue (const std::string &key)
 

Data Fields

std::map< std::string, std::string > map
 

Detailed Description

Class holding a process environment Holds data related to a process environment

Definition at line 82 of file MProcess.h.


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