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

LINKLIST< T >::Iterator Class Reference

#include <linklist.H>

List of all members.

Public Methods

 Iterator ()
 Iterator (Node *n, bool rev=0)
 Iterator (const Iterator &iter)
bool is_reverse () const
bool operator== (const Iterator &iter) const
bool operator!= (const Iterator &iter) const
Iterator & operator++ ()
Iterator operator++ (int)
Iterator & operator-- ()
Iterator operator-- (int)
const T & operator * () const
T & operator * ()
Iterator & next ()
Iterator & prev ()

Protected Attributes

Node_node
bool _reverse

Friends

class LINKLIST< T >

template<class T>
class LINKLIST< T >::Iterator


Constructor & Destructor Documentation

template<class T>
LINKLIST< T >::Iterator::Iterator   [inline]
 

template<class T>
LINKLIST< T >::Iterator::Iterator Node   n,
bool    rev = 0
[inline]
 

template<class T>
LINKLIST< T >::Iterator::Iterator const Iterator &    iter [inline]
 


Member Function Documentation

template<class T>
bool LINKLIST< T >::Iterator::is_reverse   const [inline]
 

template<class T>
Iterator& LINKLIST< T >::Iterator::next   [inline]
 

template<class T>
T& LINKLIST< T >::Iterator::operator *   [inline]
 

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

template<class T>
bool LINKLIST< T >::Iterator::operator!= const Iterator &    iter const [inline]
 

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

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

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

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

template<class T>
bool LINKLIST< T >::Iterator::operator== const Iterator &    iter const [inline]
 

template<class T>
Iterator& LINKLIST< T >::Iterator::prev   [inline]
 


Friends And Related Function Documentation

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


Member Data Documentation

template<class T>
Node* LINKLIST< T >::Iterator::_node [protected]
 

template<class T>
bool LINKLIST< T >::Iterator::_reverse [protected]
 


The documentation for this class was generated from the following file:
Generated on Mon Sep 15 16:26:00 2003 for gluebase by doxygen1.2.18