#include <winstl/filesystem/findvolume_sequence.hpp>

Construction | |
| basic_findvolume_sequence_const_iterator () | |
| Default constructor. | |
| basic_findvolume_sequence_const_iterator (class_type const &rhs) | |
| Copy constructor. | |
| ~basic_findvolume_sequence_const_iterator () throw () | |
| Destructor. | |
| class_type & | operator= (class_type const &rhs) |
| Copy assignment operator. | |
| class_type & | operator++ () |
| Pre-increment operator. | |
| class_type | operator++ (int) |
| Post-increment operator. | |
| const value_type | operator* () const |
| Dereference to access the value at the current position. | |
| bool | operator== (class_type const &rhs) const |
Evaluates whether this and rhs are equivalent. | |
| bool | operator!= (class_type const &rhs) const |
Evaluates whether this and rhs are not equivalent. | |
Public Types | |
| typedef C | char_type |
| The character type. | |
| typedef T | traits_type |
| The traits type. | |
| typedef V | value_type |
| The traits type. | |
| typedef basic_findvolume_sequence_const_iterator < C, T, V > | class_type |
| The current parameterisation of the type. | |
| typedef C char_type |
The character type.
| typedef T traits_type |
The traits type.
| typedef V value_type |
The traits type.
Reimplemented from iterator_base< winstl_ns_qual_std(input_iterator_tag), V, ws_ptrdiff_t, void, V >.
| typedef basic_findvolume_sequence_const_iterator<C, T, V> class_type |
The current parameterisation of the type.
Default constructor.
| basic_findvolume_sequence_const_iterator | ( | class_type const & | rhs | ) |
Copy constructor.
| ~basic_findvolume_sequence_const_iterator | ( | ) | throw () |
Destructor.
| class_type& operator= | ( | class_type const & | rhs | ) |
Copy assignment operator.
| class_type& operator++ | ( | ) |
Pre-increment operator.
| class_type operator++ | ( | int | ) |
Post-increment operator.
| const value_type operator* | ( | ) | const |
Dereference to access the value at the current position.
| bool operator== | ( | class_type const & | rhs | ) | const |
Evaluates whether this and rhs are equivalent.
| bool operator!= | ( | class_type const & | rhs | ) | const |
Evaluates whether this and rhs are not equivalent.
1.5.6