Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

QValueListNode< T > Class Template Reference

#include </home/clem/local/src/opie/qmake/include/qvaluelist.h>

Collaboration diagram for QValueListNode< T >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 QValueListNode (const T &t)
 QValueListNode ()

Public Attributes

QValueListNode< T > * next
QValueListNode< T > * prev
data

template<class T>
class QValueListNode< T >


Constructor & Destructor Documentation

template<class T>
QValueListNode< T >::QValueListNode const T &  t  )  [inline]
 

Definition at line 62 of file qvaluelist.h.

template<class T>
QValueListNode< T >::QValueListNode  )  [inline]
 

Definition at line 63 of file qvaluelist.h.


Member Data Documentation

template<class T>
T QValueListNode< T >::data
 

Definition at line 71 of file qvaluelist.h.

Referenced by QValueListConstIterator< T >::operator *(), and QValueListIterator< T >::operator *().

template<class T>
QValueListNode<T>* QValueListNode< T >::next
 

Definition at line 69 of file qvaluelist.h.

Referenced by QValueListPrivate< T >::at(), QValueListPrivate< T >::clear(), QValueListPrivate< T >::contains(), QValueListConstIterator< T >::operator++(), QValueListIterator< T >::operator++(), QValueListIterator< T >::operator+=(), QValueListPrivate< T >::QValueListPrivate(), QValueListPrivate< T >::remove(), and QValueListPrivate< T >::~QValueListPrivate().

template<class T>
QValueListNode<T>* QValueListNode< T >::prev
 

Definition at line 70 of file qvaluelist.h.

Referenced by QValueListPrivate< T >::clear(), QValueListConstIterator< T >::operator--(), QValueListIterator< T >::operator--(), QValueListIterator< T >::operator-=(), and QValueListPrivate< T >::QValueListPrivate().


The documentation for this class was generated from the following file:
Generated on Sat Nov 5 17:50:19 2005 for OPIE by  doxygen 1.4.2