|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <mfcstl_array_veneer.h>
Inheritance diagram for iterator:

Public Methods | |
| iterator () | |
| Default constructor. | |
| iterator (class_type const &rhs) | |
| Copy constructor. | |
| 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. | |
|
|
Default constructor.
|
|
|
Copy constructor.
|
|
|
Compares
|
|
|
Evaluates whether
|
|
|
Post-increment operator.
|
|
|
Pre-increment operator.
|
|
|
Post-decrement operator.
|
|
|
Pre-decrement operator.
|
|
|
Copy assignment operator.
Reimplemented from const_iterator. |
|
|
Evaluates whether
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |