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

PP_ListIterator< T > Class Template Reference

#include <ParmParse.H>

Collaboration diagram for PP_ListIterator< T >:

Collaboration graph
[legend]
List of all members.

Public Methods

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

Protected Methods

 PP_ListIterator (const PP_List< T > &_list, PP_ListLink< T > *_p)

Protected Attributes

const PP_List< T > & list
PP_ListLink< T > * p

Friends

class PP_List< T >

template<class T>
class PP_ListIterator< T >


Constructor & Destructor Documentation

template<class T>
PP_ListIterator< T >::PP_ListIterator const PP_List< T > &    aList [inline]
 

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

template<class T>
PP_ListIterator< T >::PP_ListIterator const PP_List< T > &    _list,
PP_ListLink< T > *    _p
[inline, protected]
 


Member Function Documentation

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

template<class T>
PP_ListIterator< T >::operator void *   [inline]
 

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

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

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

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

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

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

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

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

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

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


Friends And Related Function Documentation

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


Member Data Documentation

template<class T>
const PP_List<T>& PP_ListIterator< T >::list [protected]
 

template<class T>
PP_ListLink<T>* PP_ListIterator< T >::p [protected]
 


The documentation for this class was generated from the following file:
Generated on Thu Aug 29 11:07:48 2002 for Chombo&INS by doxygen1.2.16