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

ListLink< T > Class Template Reference

#include <List.H>

Collaboration diagram for ListLink< T >:

Collaboration graph
[legend]
List of all members.

Private Methods

 ListLink (const T &_val, ListLink< T > *_pre, ListLink< T > *_suc)

Private Attributes

val
ListLink< T > * pre
ListLink< T > * suc

Friends

class List< T >
class ListIterator< T >

template<class T>
class ListLink< T >


Constructor & Destructor Documentation

template<class T>
ListLink< T >::ListLink const T &    _val,
ListLink< T > *    _pre,
ListLink< T > *    _suc
[inline, private]
 


Friends And Related Function Documentation

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

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


Member Data Documentation

template<class T>
ListLink<T>* ListLink< T >::pre [private]
 

template<class T>
ListLink<T>* ListLink< T >::suc [private]
 

template<class T>
T ListLink< T >::val [private]
 


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