|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <unixstl_path.h>
Construction | |
| basic_path (char_type const *path) | |
Constructs a path from path. | |
| template<typename S> | basic_path (S const &s) |
Constructs a path from path. | |
| basic_path (char_type const *path, size_type cch) | |
Constructs a path from cch characters in path. | |
Public Types | |
Types | |
| typedef C | char_type |
| The char type. | |
| typedef T | traits_type |
| The traits type. | |
| typedef A | allocator_type |
| The allocator type. | |
| typedef basic_path< C, T, A > | class_type |
| The current parameterisation of the type. | |
| typedef us_size_t | size_type |
| The size type. | |
Public Methods | |
Operations | |
Attributes | |
| size_type | length () const |
| Returns the length of the converted path. | |
| char_type const * | c_str () const |
| Conversion to a non-mutable (const) pointer to the path. | |
Comparison | |
| C | The character type |
| T | The traits type. On translators that support default template arguments, this defaults to filesystem_traits<C> |
| A | The allocator type. On translators that support default template arguments, this defaults to malloc_allocator<C> |
push/pop-based interface
|
|
The allocator type.
|
|
|
The char type.
|
|
|
The current parameterisation of the type.
|
|
|
The size type.
|
|
|
The traits type.
|
|
|
Constructs a path from
|
|
|
Constructs a path from
|
|
||||||||||||
|
Constructs a path from
|
|
|
Conversion to a non-mutable (const) pointer to the path.
|
|
|
Returns the length of the converted path.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |