|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_findvolume_sequence.h>
Public Types | |
| typedef C | char_type |
| The character type. | |
| typedef T | traits_type |
| The traits type. | |
| typedef basic_findvolume_sequence< C, T > | class_type |
| The current parameterisation of the type. | |
| typedef basic_findvolume_sequence_value_type< C, T > | value_type |
| The value type. | |
| typedef basic_findvolume_sequence_const_iterator< C, T, value_type > | const_iterator |
| The non-mutating (const) iterator type. | |
| typedef value_type & | reference |
| The reference type. | |
| typedef const value_type & | const_reference |
| The non-mutable (const) reference type. | |
Public Methods | |
| const_iterator | begin () const |
| Begins the iteration. | |
| const_iterator | end () const |
| Ends the iteration. | |
| ws_bool_t | empty () const |
| Evalulates whether the sequence is empty. | |
| C | The character type |
| T | The traits type. On translators that support default template arguments this defaults to filesystem_traits<C> |
|
|
The character type.
|
|
|
The current parameterisation of the type.
|
|
|
The non-mutating (const) iterator type.
|
|
|
The non-mutable (const) reference type.
|
|
|
The reference type.
|
|
|
The traits type.
|
|
|
The value type.
|
|
|
Begins the iteration.
|
|
|
Evalulates whether the sequence is empty.
|
|
|
Ends the iteration.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |