|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <mfcstl_array_adaptor.h>
Public Methods | |
| const_iterator () | |
| Default constructor. | |
| const_iterator (class_type const &rhs) | |
| Copy constructor. | |
| const_iterator const & | operator= (class_type const &rhs) |
| Copy assignment operator. | |
| class_type & | operator++ () |
| Pre-increment operator. | |
| class_type | operator++ (int) |
| Post-increment operator. | |
| difference_type | compare (class_type const &rhs) const |
Compares this with rhs. | |
| ms_bool_t | operator== (class_type const &rhs) const |
Evaluates whether this and rhs are equivalent. | |
| ms_bool_t | operator!= (class_type const &rhs) const |
Evaluates whether this and rhs are not equivalent. | |
| class_type & | operator-- () |
| Pre-decrement operator. | |
| class_type | operator-- (int) |
| Post-decrement operator. | |
| class_type & | operator+= (difference_type inc) |
| Moves the iterator forward. | |
| class_type & | operator-= (difference_type dec) |
| Moves the iterator backward. | |
| value_type & | operator[] (difference_type index) |
| Access the element at the given index. | |
| value_type | operator[] (difference_type index) const |
| Access the element at the given index. | |
|
|
Default constructor.
|
|
|
Copy constructor.
|
|
|
Compares
|
|
|
Evaluates whether
|
|
|
Post-increment operator.
|
|
|
Pre-increment operator.
|
|
|
Moves the iterator forward.
|
|
|
Post-decrement operator.
|
|
|
Pre-decrement operator.
|
|
|
Moves the iterator backward.
|
|
|
Copy assignment operator.
|
|
|
Evaluates whether
|
|
|
Access the element at the given index.
|
|
|
Access the element at the given index.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |