|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <comstl_enum_sequence.h>
Public Methods | |
| iterator (interface_type *i, cs_size_t quant) | |
| Constructor. | |
| iterator () | |
| Default constructor. | |
| iterator (class_type const &rhs) | |
| Move constructor | |
| ~iterator () | |
| Releases any internal storage. | |
| iterator & | operator++ () |
| Pre-increment operator. | |
| reference_type | operator * () |
| Returns the value represented by the current iteration position. | |
| cs_bool_t | operator== (iterator const &rhs) const |
Evaluates whether this and rhs are equivalent. | |
| cs_bool_t | operator!= (iterator const &rhs) const |
Evaluates whether this and rhs are not equivalent. | |
|
||||||||||||
|
Constructor.
|
|
|
Default constructor.
|
|
|
|
|
|
Releases any internal storage.
|
|
|
Returns the value represented by the current iteration position.
|
|
|
Evaluates whether
|
|
|
Pre-increment operator.
|
|
|
Evaluates whether
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |