|
ASL
|
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 String & | operator[] (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. | |