|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <mfcstl_list_adaptor.h>
Public Methods | |
| const_iterator () | |
| Default constructor. | |
| const_iterator (rhs_type rhs) | |
| Move constructor | |
| const_iterator const & | operator= (rhs_type rhs) |
| Move assignment operator | |
| value_type | operator * () const |
| Dereference operator. | |
| const_iterator & | operator++ () |
| Pre-increment operator. | |
| void | operator++ (int) |
| Post-increment operator. | |
| ms_bool_t | operator== (const_iterator const &rhs) const |
Evaluates whether this is equivalent to rhs. | |
| ms_bool_t | operator!= (const_iterator const &rhs) const |
Evaluates whether this is not equivalent to rhs. | |
|
|
Default constructor.
|
|
|
|
|
|
Dereference operator.
|
|
|
Evaluates whether
|
|
|
Post-increment operator.
|
|
|
Pre-increment operator.
|
|
|
Move assignment operator
|
|
|
Evaluates whether
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |