MILIST< _LIT >::CONST_ITERATOR Class Reference

Const iterator class. More...

#include <mi32/milist.h>

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

List of all members.

Public Member Functions

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

Protected Attributes

LISTITEMm_Ptr

Detailed Description

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

Const iterator class.


Constructor & Destructor Documentation

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

Member Function Documentation

template<typename _LIT>
LISTITEM* MILIST< _LIT >::CONST_ITERATOR::GetNode (  )  const [inline]
template<typename _LIT>
bool MILIST< _LIT >::CONST_ITERATOR::operator!= ( const CONST_ITERATOR rhs  )  const [inline]
Parameters:
rhs Inequality operator

Reimplemented in MILIST< _LIT >::ITERATOR.

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

Reimplemented in MILIST< _LIT >::ITERATOR.

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

Post-increment operator.

Reimplemented in MILIST< _LIT >::ITERATOR.

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

Pre-increment operator.

Reimplemented in MILIST< _LIT >::ITERATOR.

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

Post-decrement operator.

Reimplemented in MILIST< _LIT >::ITERATOR.

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

Pre-decrement operator.

Reimplemented in MILIST< _LIT >::ITERATOR.

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

Reimplemented in MILIST< _LIT >::ITERATOR.

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

Reimplemented in MILIST< _LIT >::ITERATOR.


Member Data Documentation

template<typename _LIT>
LISTITEM* MILIST< _LIT >::CONST_ITERATOR::m_Ptr [protected]

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