ASL
Loading...
Searching...
No Matches
ProcEnv Class Reference

Detailed Description

A process environment variables that works in a case-insensitive way on Windows and case-sensitive on other platforms.

#include <asl/Process.h>

Public Member Functions

const Stringoperator[] (const String &key) const
 Returns the value of the environment variable key
 
void set (const String &key, const String &value)
 Sets the value of the environment variable key to value
 
void remove (const String &key)
 Removes the environment variable key from this environment.
 
int length () const
 Returns the number of environment variables in this environment.
 
bool empty () const
 Returns true if this environment has no variables.
 

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