jigdo API
Last update by Admin on 2010-05-23
IList< T >::iterator Class Reference
iterator for an IList object More...
#include <ilist.hh>
Public Member Functions | |
iterator (IListBase *pp) | |
iterator (const iterator &i) | |
iterator & | operator= (const iterator &i) |
iterator & | operator= (const const_iterator &i) |
T & | operator* () |
const T & | operator* () const |
T * | operator-> () |
const T * | operator-> () const |
iterator & | operator++ () |
iterator & | operator-- () |
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
Member Function Documentation
References IList< T >::iterator::p.
template<class T>
iterator& IList< T >::iterator::operator= | ( | const const_iterator & | i | ) | [inline] |
References IList< T >::const_iterator::p.
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] |
References IList< T >::iterator::p.
References IList< T >::iterator::p.
Friends And Related Function Documentation
template<class T>
friend class const_iterator [friend] |
The documentation for this class was generated from the following file:
- util/ilist.hh
Generated on Tue Sep 23 14:27:42 2008 for jigdo by
