jigdo API

IList< T >::iterator Class Reference

iterator for an IList object More...

#include <ilist.hh>

List of all members.


Public Member Functions

 iterator (IListBase *pp)
 iterator (const iterator &i)
iteratoroperator= (const iterator &i)
iteratoroperator= (const const_iterator &i)
T & operator* ()
const T & operator* () const
T * operator-> ()
const T * operator-> () const
iteratoroperator++ ()
iteratoroperator-- ()
bool operator== (const iterator i) const
bool operator!= (const iterator i) const

Friends

class const_iterator

Detailed Description

template<class T>
class IList< T >::iterator

iterator for an IList object

Constructor & Destructor Documentation

template<class T>
IList< T >::iterator::iterator ( IListBase pp  )  [inline]

template<class T>
IList< T >::iterator::iterator ( const iterator i  )  [inline]


Member Function Documentation

template<class T>
iterator& IList< T >::iterator::operator= ( const iterator i  )  [inline]

template<class T>
iterator& IList< T >::iterator::operator= ( const const_iterator i  )  [inline]

template<class T>
T& IList< T >::iterator::operator* (  )  [inline]

template<class T>
const T& IList< T >::iterator::operator* (  )  const [inline]

template<class T>
T* IList< T >::iterator::operator-> (  )  [inline]

template<class T>
const T* IList< T >::iterator::operator-> (  )  const [inline]

template<class T>
iterator& IList< T >::iterator::operator++ (  )  [inline]

template<class T>
iterator& IList< T >::iterator::operator-- (  )  [inline]

template<class T>
bool IList< T >::iterator::operator== ( const iterator  i  )  const [inline]

template<class T>
bool IList< T >::iterator::operator!= ( const iterator  i  )  const [inline]


Friends And Related Function Documentation

template<class T>
friend class const_iterator [friend]


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

Generated on Tue Sep 23 14:27:42 2008 for jigdo by  doxygen 1.5.6