|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <unixstl_readdir_sequence.h>
Public Types | |
| typedef const_iterator | class_type |
| The class type. | |
| typedef readdir_sequence::value_type | value_type |
| The value type. | |
Public Methods | |
| const_iterator () | |
| Default constructor. | |
| const_iterator (class_type const &rhs) | |
| Copy constructor. | |
| ~const_iterator () unixstl_throw_0() | |
| Release the search handle. | |
| class_type const & | operator= (class_type const &rhs) |
| Copy assignment operator. | |
| value_type | operator * () const |
| Returns the value representative. | |
| class_type & | operator++ () |
| Moves the iteration on to the next point in the sequence, or end() if the sequence is exhausted. | |
| class_type | operator++ (int) |
| Post-increment form of operator++(). | |
| bool | operator== (class_type const &rhs) const |
Compares this for equality with rhs. | |
| bool | operator!= (class_type const &rhs) const |
Compares this for inequality with rhs. | |
This class performs as a non-mutating iterator (aka const iterator) for the readdir_sequence class.
|
|
The class type.
|
|
|
The value type.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |