|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_absolute_path.h>
Public Types | |
| typedef C | char_type |
| The char type. | |
| typedef T | traits_type |
| The traits type. | |
| typedef basic_absolute_path< C, T > | class_type |
| The current parameterisation of the type. | |
| typedef ws_size_t | size_type |
| The size type. | |
Public Methods | |
| basic_absolute_path (char_type const *path) | |
Constructs an absolute path from path. | |
| template<typename S> | basic_absolute_path (S const &path) |
Constructs an absolute path from path. | |
| operator char_type const * () const | |
| Implicit conversion to a non-mutable (const) pointer to the path. | |
| size_type | length () const |
| Returns the length of the converted path. | |
| 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.
|
|
|
Constructs an absolute path from
|
|
|
Constructs an absolute path from
|
|
|
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 |