1 #ifndef ENVIRONMENT_CLASS
2 #define ENVIRONMENT_CLASS
Provides a dynamically resizable ASCII character string.
Provides access to the system's environment variables.
static astring TMP()
provides a single place to get the temporary directory.
static astring get(const astring &variable_name)
looks up the "variable_name" in the current environment variables.
static bool set(const astring &variable_name, const astring &value)
adds or creates "variable_name" in the environment.
static basis::un_int system_uptime()
gives the operating system's uptime in a small form that rolls over.
Constants and objects used throughout HOOPLE.
The guards collection helps in testing preconditions and reporting errors.
unsigned int un_int
Abbreviated name for unsigned integers.