#include <inetstl/filesystem/searchspec_sequence.hpp>
Public Member Functions | |
| const_iterator () | |
| Default constructor. | |
| ~const_iterator () throw () | |
| Destructor. | |
| const_iterator (class_type const &rhs) | |
| Copy constructor. | |
| class_type & | operator= (class_type const &rhs) |
| class_type & | operator++ () |
| class_type | operator++ (int) |
| const value_type | operator* () const |
| Dereference to return the value at the current position. | |
| bool | operator== (class_type const &rhs) const |
| bool | operator!= (class_type const &rhs) const |
| const_iterator | ( | ) | [inline] |
Default constructor.
| ~const_iterator | ( | ) | throw () [inline] |
Destructor.
| const_iterator | ( | class_type const & | rhs | ) | [inline] |
Copy constructor.
| const value_type operator* | ( | ) | const [inline] |
1.5.6