Const iterator class. More...
#include <mi32/milist.h>

Public Member Functions | |
| CONST_ITERATOR (const ITERATOR &item) | |
| CONST_ITERATOR (LISTITEM *item) | |
| CONST_ITERATOR () | |
| LISTITEM * | GetNode () const |
| bool | operator!= (const CONST_ITERATOR &rhs) const |
| const _LIT & | operator* () const |
| CONST_ITERATOR | operator++ (int) |
| CONST_ITERATOR & | operator++ () |
| CONST_ITERATOR | operator-- (int) |
| CONST_ITERATOR & | operator-- () |
| const _LIT * | operator-> () const |
| bool | operator== (const CONST_ITERATOR &rhs) const |
Protected Attributes | |
| LISTITEM * | m_Ptr |
Const iterator class.
| MILIST< _LIT >::CONST_ITERATOR::CONST_ITERATOR | ( | ) | [inline] |
| item | Internal constructor |
| MILIST< _LIT >::CONST_ITERATOR::CONST_ITERATOR | ( | const ITERATOR & | item | ) | [inline] |
| item | Copy constructor |
| bool MILIST< _LIT >::CONST_ITERATOR::operator!= | ( | const CONST_ITERATOR & | rhs | ) | const [inline] |
| rhs | Inequality operator |
Reimplemented in MILIST< _LIT >::ITERATOR.
| const _LIT& MILIST< _LIT >::CONST_ITERATOR::operator* | ( | ) | const [inline] |
Reimplemented in MILIST< _LIT >::ITERATOR.
| CONST_ITERATOR MILIST< _LIT >::CONST_ITERATOR::operator++ | ( | int | ) | [inline] |
Post-increment operator.
Reimplemented in MILIST< _LIT >::ITERATOR.
| CONST_ITERATOR& MILIST< _LIT >::CONST_ITERATOR::operator++ | ( | ) | [inline] |
Pre-increment operator.
Reimplemented in MILIST< _LIT >::ITERATOR.
| CONST_ITERATOR MILIST< _LIT >::CONST_ITERATOR::operator-- | ( | int | ) | [inline] |
Post-decrement operator.
Reimplemented in MILIST< _LIT >::ITERATOR.
| CONST_ITERATOR& MILIST< _LIT >::CONST_ITERATOR::operator-- | ( | ) | [inline] |
Pre-decrement operator.
Reimplemented in MILIST< _LIT >::ITERATOR.
| const _LIT* MILIST< _LIT >::CONST_ITERATOR::operator-> | ( | ) | const [inline] |
Reimplemented in MILIST< _LIT >::ITERATOR.
| bool MILIST< _LIT >::CONST_ITERATOR::operator== | ( | const CONST_ITERATOR & | rhs | ) | const [inline] |
| rhs | Equality operator |
Reimplemented in MILIST< _LIT >::ITERATOR.
LISTITEM* MILIST< _LIT >::CONST_ITERATOR::m_Ptr [protected] |
1.6.1