MILIST< _LIT >::ITERATOR Class Reference

#include <mi32/milist.h>

Inheritance diagram for MILIST< _LIT >::ITERATOR:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ITERATOR (LISTITEM *item)
 ITERATOR ()
bool operator!= (const ITERATOR &rhs) const
_LIT & operator* () const
ITERATOR operator++ (int)
ITERATORoperator++ ()
ITERATOR operator-- (int)
ITERATORoperator-- ()
_LIT * operator-> () const
bool operator== (const ITERATOR &rhs) const

template<typename _LIT>
class MILIST< _LIT >::ITERATOR


Constructor & Destructor Documentation

template<typename _LIT>
MILIST< _LIT >::ITERATOR::ITERATOR (  )  [inline]
template<typename _LIT>
MILIST< _LIT >::ITERATOR::ITERATOR ( LISTITEM item  )  [inline]
Parameters:
item Internal constructor

Member Function Documentation

template<typename _LIT>
bool MILIST< _LIT >::ITERATOR::operator!= ( const ITERATOR rhs  )  const [inline]

Inequality operator.

Reimplemented from MILIST< _LIT >::CONST_ITERATOR.

template<typename _LIT>
_LIT& MILIST< _LIT >::ITERATOR::operator* (  )  const [inline]

Dereference operator, returns reference to templated item.

Reimplemented from MILIST< _LIT >::CONST_ITERATOR.

template<typename _LIT>
ITERATOR MILIST< _LIT >::ITERATOR::operator++ ( int   )  [inline]

Post-increment operator.

Reimplemented from MILIST< _LIT >::CONST_ITERATOR.

template<typename _LIT>
ITERATOR& MILIST< _LIT >::ITERATOR::operator++ (  )  [inline]

Pre-increment operator.

Reimplemented from MILIST< _LIT >::CONST_ITERATOR.

template<typename _LIT>
ITERATOR MILIST< _LIT >::ITERATOR::operator-- ( int   )  [inline]

Post-increment operator.

Reimplemented from MILIST< _LIT >::CONST_ITERATOR.

template<typename _LIT>
ITERATOR& MILIST< _LIT >::ITERATOR::operator-- (  )  [inline]

Pre-decrement operator.

Reimplemented from MILIST< _LIT >::CONST_ITERATOR.

template<typename _LIT>
_LIT* MILIST< _LIT >::ITERATOR::operator-> (  )  const [inline]

Dereference operator, returns pointer to templated item.

Reimplemented from MILIST< _LIT >::CONST_ITERATOR.

template<typename _LIT>
bool MILIST< _LIT >::ITERATOR::operator== ( const ITERATOR rhs  )  const [inline]

Equality operator.

Reimplemented from MILIST< _LIT >::CONST_ITERATOR.


The documentation for this class was generated from the following file:

Generated on Sun Oct 7 21:33:38 2012 for TNTsdk 2012 by  doxygen 1.6.1