#include <platformstl/system/environment_variable_traits.hpp>
Public Types | |
Member Types | |
| typedef char | char_type |
| The character type. | |
Static Public Member Functions | |
Operations | |
| static char_type const * | get_variable (char_type const *name) throw () |
| Returns a pointer to the value of the given variable, or NULL if the variable does not exist. | |
| typedef char char_type |
The character type.
Returns a pointer to the value of the given variable, or NULL if the variable does not exist.
| name | The name of the variable whose value will be retrieved |
1.5.6