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

PP_List< T > Class Template Reference

#include <ParmParse.H>

Inheritance diagram for PP_List< T >:

Inheritance graph
[legend]
Collaboration diagram for PP_List< T >:

Collaboration graph
[legend]
List of all members.

Public Methods

 PP_List ()
 PP_List (const PP_List< T > &rhs)
PP_List< T > & operator= (const PP_List< T > &rhs)
 ~PP_List ()
void prepend (const T &value)
void append (const T &value)
void add (const T &value)
void join (const PP_List< T > &src)
void catenate (PP_List< T > &src)
void clear ()
T & firstElement () const
T & lastElement () const
bool includes (const T &value) const
bool operator== (const PP_List< T > &rhs) const
bool operator!= (const PP_List< T > &rhs) const
bool isEmpty () const
bool isNotEmpty () const
int length () const
void removeFirst ()
void removeLast ()
const T & operator[] (const PP_ListIterator< T > &li) const
T & operator[] (const PP_ListIterator< T > &li)
void remove (const T &value)
void remove (const PP_List< T > &lst)
void remove (PP_ListIterator< T > &lit)
void replace (PP_ListIterator< T > &li, const T &val)
void addAfter (PP_ListIterator< T > &lit, const T &val)
void addBefore (PP_ListIterator< T > &lit, const T &val)
PP_ListIterator< T > first () const
PP_ListIterator< T > last () const

Protected Methods

void remove (PP_ListLink< T > *ln)
PP_ListLink< T > * addBefore (PP_ListLink< T > *ln, const T &val)
PP_ListLink< T > * addAfter (PP_ListLink< T > *ln, const T &val)

Protected Attributes

PP_ListLink< T > * head
PP_ListLink< T > * tail

Friends

class PP_ListIterator< T >

template<class T>
class PP_List< T >


Constructor & Destructor Documentation

template<class T>
PP_List< T >::PP_List   [inline]
 

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

template<class T>
PP_List< T >::~PP_List   [inline]
 


Member Function Documentation

template<class T>
void PP_List< T >::add const T &    value [inline]
 

template<class T>
PP_ListLink< T > * PP_List< T >::addAfter PP_ListLink< T > *    ln,
const T &    val
[inline, protected]
 

template<class T>
void PP_List< T >::addAfter PP_ListIterator< T > &    lit,
const T &    val
[inline]
 

template<class T>
PP_ListLink< T > * PP_List< T >::addBefore PP_ListLink< T > *    ln,
const T &    val
[inline, protected]
 

template<class T>
void PP_List< T >::addBefore PP_ListIterator< T > &    lit,
const T &    val
[inline]
 

template<class T>
void PP_List< T >::append const T &    value [inline]
 

template<class T>
void PP_List< T >::catenate PP_List< T > &    src [inline]
 

template<class T>
void PP_List< T >::clear   [inline]
 

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

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

template<class T>
bool PP_List< T >::includes const T &    value const [inline]
 

template<class T>
bool PP_List< T >::isEmpty   const [inline]
 

template<class T>
bool PP_List< T >::isNotEmpty   const [inline]
 

template<class T>
void PP_List< T >::join const PP_List< T > &    src [inline]
 

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

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

template<class T>
int PP_List< T >::length   const [inline]
 

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

template<class T>
PP_List< T > & PP_List< T >::operator= const PP_List< T > &    rhs [inline]
 

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

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

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

template<class T>
void PP_List< T >::prepend const T &    value [inline]
 

template<class T>
void PP_List< T >::remove PP_ListLink< T > *    ln [inline, protected]
 

template<class T>
void PP_List< T >::remove PP_ListIterator< T > &    lit [inline]
 

template<class T>
void PP_List< T >::remove const PP_List< T > &    lst [inline]
 

template<class T>
void PP_List< T >::remove const T &    value [inline]
 

template<class T>
void PP_List< T >::removeFirst   [inline]
 

template<class T>
void PP_List< T >::removeLast   [inline]
 

template<class T>
void PP_List< T >::replace PP_ListIterator< T > &    li,
const T &    val
[inline]
 


Friends And Related Function Documentation

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


Member Data Documentation

template<class T>
PP_ListLink<T>* PP_List< T >::head [protected]
 

template<class T>
PP_ListLink<T>* PP_List< T >::tail [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