ISLEman
Public Types | Public Member Functions | Public Attributes | List of all members
QValueListIterator< T > Class Template Reference

Public Types

typedef QValueListNode< T > * NodePtr
 Typedefs.
 

Public Member Functions

 QValueListIterator ()
 Functions.
 
 QValueListIterator (NodePtr p)
 
 QValueListIterator (const QValueListIterator< T > &it)
 
bool operator== (const QValueListIterator< T > &it) const
 
bool operator!= (const QValueListIterator< T > &it) const
 
const T & operator* () const
 
T & operator* ()
 
QValueListIterator< T > & operator++ ()
 
QValueListIterator< T > operator++ (int)
 
QValueListIterator< T > & operator-- ()
 
QValueListIterator< T > operator-- (int)
 

Public Attributes

NodePtr node
 Variables.
 

The documentation for this class was generated from the following file: