|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_findvolume_sequence.h>
Construction | |
| basic_findvolume_sequence_const_iterator () | |
| Default constructor. | |
| basic_findvolume_sequence_const_iterator (const class_type &rhs) | |
| Copy constructor. | |
| ~basic_findvolume_sequence_const_iterator () winstl_throw_0() | |
| Destructor. | |
| basic_findvolume_sequence_const_iterator & | operator= (const class_type &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. | |
| ws_bool_t | operator== (const class_type &rhs) const |
Evaluates whether this and rhs are equivalent. | |
| ws_bool_t | operator!= (const class_type &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. | |
|
|
The character type.
|
|
|
The current parameterisation of the type.
|
|
|
The traits type.
|
|
|
The traits type.
|
|
|
Default constructor.
|
|
|
Copy constructor.
|
|
|
Destructor.
|
|
|
Dereference to access the value at the current position.
|
|
|
Evaluates whether
|
|
|
Post-increment operator.
|
|
|
Pre-increment operator.
|
|
|
Copy assignment operator.
|
|
|
Evaluates whether
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |