Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ListIterator< T > Class Template Reference

#include <List.H>

Collaboration diagram for ListIterator< T >:

Collaboration graph
[legend]
List of all members.

Public Methods

 ListIterator (const List< T > &aList)
 ListIterator (const ListIterator< T > &rhs)
void rewind ()
const T & operator() () const
const T & operator * () const
 operator bool () const
bool operator! () const
const T & value () const
ListIterator< T > & operator++ ()
ListIterator< T > & operator-- ()
ListIterator< T > operator-- (int)
ListIterator< T > operator++ (int)
bool operator== (const ListIterator< T > &) const
bool operator!= (const ListIterator< T > &) const

Protected Methods

 ListIterator (const List< T > &_list, ListLink< T > *_p)

Protected Attributes

const List< T > & list
ListLink< T > * p

Private Methods

 ListIterator ()
ListIterator< T > & operator= (const ListIterator< T > &)

Friends

class List< T >

template<class T>
class ListIterator< T >


Constructor & Destructor Documentation

template<class T>
ListIterator< T >::ListIterator const List< T > &    aList [inline]
 

template<class T>
ListIterator< T >::ListIterator const ListIterator< T > &    rhs [inline]
 

template<class T>
ListIterator< T >::ListIterator const List< T > &    _list,
ListLink< T > *    _p
[inline, protected]
 

template<class T>
ListIterator< T >::ListIterator   [private]
 


Member Function Documentation

template<class T>
const T & ListIterator< T >::operator *   const [inline]
 

template<class T>
ListIterator< T >::operator bool   const [inline]
 

template<class T>
bool ListIterator< T >::operator!   const [inline]
 

template<class T>
bool ListIterator< T >::operator!= const ListIterator< T > &    const [inline]
 

template<class T>
const T & ListIterator< T >::operator()   const [inline]
 

template<class T>
ListIterator< T > ListIterator< T >::operator++ int    [inline]
 

template<class T>
ListIterator< T > & ListIterator< T >::operator++   [inline]
 

template<class T>
ListIterator< T > ListIterator< T >::operator-- int    [inline]
 

template<class T>
ListIterator< T > & ListIterator< T >::operator--   [inline]
 

template<class T>
ListIterator<T>& ListIterator< T >::operator= const ListIterator< T > &    [private]
 

template<class T>
bool ListIterator< T >::operator== const ListIterator< T > &    const [inline]
 

template<class T>
void ListIterator< T >::rewind   [inline]
 

template<class T>
const T & ListIterator< T >::value   const [inline]
 


Friends And Related Function Documentation

template<class T>
friend class List< T > [friend]
 


Member Data Documentation

template<class T>
const List<T>& ListIterator< T >::list [protected]
 

template<class T>
ListLink<T>* ListIterator< T >::p [protected]
 


The documentation for this class was generated from the following file:
Generated on Tue Jul 2 10:44:12 2002 for Chombo by doxygen1.2.16