#include <mi32/milist.h>

Public Member Functions | |
| ITERATOR (LISTITEM *item) | |
| ITERATOR () | |
| bool | operator!= (const ITERATOR &rhs) const |
| _LIT & | operator* () const |
| ITERATOR | operator++ (int) |
| ITERATOR & | operator++ () |
| ITERATOR | operator-- (int) |
| ITERATOR & | operator-- () |
| _LIT * | operator-> () const |
| bool | operator== (const ITERATOR &rhs) const |
| MILIST< _LIT >::ITERATOR::ITERATOR | ( | ) | [inline] |
| item | Internal constructor |
| bool MILIST< _LIT >::ITERATOR::operator!= | ( | const ITERATOR & | rhs | ) | const [inline] |
Inequality operator.
Reimplemented from MILIST< _LIT >::CONST_ITERATOR.
| _LIT& MILIST< _LIT >::ITERATOR::operator* | ( | ) | const [inline] |
Dereference operator, returns reference to templated item.
Reimplemented from MILIST< _LIT >::CONST_ITERATOR.
Post-increment operator.
Reimplemented from MILIST< _LIT >::CONST_ITERATOR.
Pre-increment operator.
Reimplemented from MILIST< _LIT >::CONST_ITERATOR.
Post-increment operator.
Reimplemented from MILIST< _LIT >::CONST_ITERATOR.
Pre-decrement operator.
Reimplemented from MILIST< _LIT >::CONST_ITERATOR.
| _LIT* MILIST< _LIT >::ITERATOR::operator-> | ( | ) | const [inline] |
Dereference operator, returns pointer to templated item.
Reimplemented from MILIST< _LIT >::CONST_ITERATOR.
| bool MILIST< _LIT >::ITERATOR::operator== | ( | const ITERATOR & | rhs | ) | const [inline] |
Equality operator.
Reimplemented from MILIST< _LIT >::CONST_ITERATOR.
1.6.1