|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_system_directory.h>
Public Types | |
| typedef C | char_type |
| The char type. | |
| typedef T | traits_type |
| The traits type. | |
| typedef basic_system_directory< C, T > | class_type |
| The current parameterisation of the type. | |
| typedef ws_size_t | size_type |
| The size type. | |
Public Methods | |
| char_type const * | get_path () const |
| Returns a non-mutable (const) pointer to the path. | |
| char_type const * | c_str () const |
| Returns a pointer to a nul-terminated string. | |
| size_type | length () const |
| Returns the length of the converted path. | |
| operator char_type const * () const | |
| Implicit conversion to a non-mutable (const) pointer to the path. | |
Static Public Methods | |
| size_type | get_path (ws_char_a_t *buffer, size_type cchBuffer) |
| Gets the system directory into the given buffer. | |
| size_type | get_path (ws_char_w_t *buffer, size_type cchBuffer) |
| Gets the system directory into the given buffer. | |
| 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.
|
|
|
Returns a pointer to a nul-terminated string.
|
|
|
Returns a non-mutable (const) pointer to the path.
|
|
||||||||||||
|
Gets the system directory into the given buffer.
|
|
||||||||||||
|
Gets the system directory into the given buffer.
|
|
|
Returns the length of the converted path.
|
|
|
Implicit conversion to a non-mutable (const) pointer to the path.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |