#include <winstl/filesystem/findfile_sequence.hpp>

Member Types | |
| typedef C | char_type |
| The character type. | |
| typedef T | traits_type |
| The traits type. | |
| typedef V | value_type |
| The value type. | |
| typedef basic_findfile_sequence_const_input_iterator < C, T, V > | class_type |
| The current parameterisation of the type. | |
| typedef traits_type::find_data_type | find_data_type |
| The find-data type. | |
| typedef sequence_type::size_type | size_type |
| The size type. | |
Construction | |
| basic_findfile_sequence_const_input_iterator () | |
| Default constructor. | |
| basic_findfile_sequence_const_input_iterator (class_type const &rhs) | |
| Move constructor | |
| ~basic_findfile_sequence_const_input_iterator () throw () | |
| Destructor. | |
| basic_findfile_sequence_const_input_iterator & | operator= (class_type const &rhs) |
Public Member Functions | |
Input Iterator methods | |
| class_type & | operator++ () |
| Pre-increment operator. | |
| class_type | operator++ (int) |
| Post-increment operator. | |
| const value_type | operator* () const |
| Dereference to return the value at the current position. | |
| bool | equal (class_type const &rhs) const |
Evaluates whether this and rhs are equivalent. | |
| typedef C char_type |
The character type.
| typedef T traits_type |
The traits type.
| typedef V value_type |
The value type.
Reimplemented from iterator_base< winstl_ns_qual_std(input_iterator_tag), V, ws_ptrdiff_t, void, V >.
| typedef basic_findfile_sequence_const_input_iterator<C, T, V> class_type |
The current parameterisation of the type.
| typedef traits_type::find_data_type find_data_type |
The find-data type.
| typedef sequence_type::size_type size_type |
The size type.
Default constructor.
| basic_findfile_sequence_const_input_iterator | ( | class_type const & | rhs | ) |
| ~basic_findfile_sequence_const_input_iterator | ( | ) | throw () |
Destructor.
| class_type& operator++ | ( | ) |
Pre-increment operator.
| class_type operator++ | ( | int | ) |
Post-increment operator.
| const value_type operator* | ( | ) | const |
Dereference to return the value at the current position.
| bool equal | ( | class_type const & | rhs | ) | const |
Evaluates whether this and rhs are equivalent.
1.5.6