|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_environment_variable.h>
Public Types | |
| typedef C | char_type |
| The char type. | |
| typedef T | traits_type |
| The traits type. | |
| typedef basic_environment_variable< C, T > | class_type |
| The current parameterisation of the type. | |
| typedef ss_size_t | size_type |
| The size type. | |
Public Methods | |
| basic_environment_variable (char_type const *name) | |
| Create an instance representing the given environment variable. | |
| template<typename S> | basic_environment_variable (S const &name) |
| Create an instance representing the given environment variable. | |
| operator char_type const * () const | |
| Implicit conversion to a non-mutable (const) pointer to the variable. | |
| size_type | length () const |
| Returns the length of the variable. | |
| C | The character type |
| T | The traits type. On translators that support default template arguments, this defaults to filesystem_traits<C> |
|
|
The char type.
|
|
|
The current parameterisation of the type.
|
|
|
The size type.
|
|
|
The traits type.
|
|
|
Create an instance representing the given environment variable.
|
|
|
Create an instance representing the given environment variable.
|
|
|
Returns the length of the variable.
|
|
|
Implicit conversion to a non-mutable (const) pointer to the variable.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |