jigdo API
Last update by Admin on 2010-05-23
IList< T >::const_iterator Class Reference
const_iterator for an IList object More...
#include <ilist.hh>
Public Member Functions | |
const_iterator (IListBase *pp) | |
const_iterator (const IListBase *pp) | |
const_iterator (const iterator &i) | |
const_iterator & | operator= (const iterator &i) |
const_iterator (const const_iterator &i) | |
const_iterator & | operator= (const const_iterator &i) |
const T & | operator* () const |
const T * | operator-> () const |
const_iterator & | operator++ () |
const_iterator & | operator-- () |
bool | operator== (const const_iterator i) const |
bool | operator!= (const const_iterator i) const |
Friends | |
class | iterator |
Detailed Description
template<class T>
class IList< T >::const_iterator
const_iterator for an IList object Constructor & Destructor Documentation
template<class T>
IList< T >::const_iterator::const_iterator | ( | const iterator & | i | ) | [inline, explicit] |
template<class T>
IList< T >::const_iterator::const_iterator | ( | const const_iterator & | i | ) | [inline] |
Member Function Documentation
template<class T>
const_iterator& IList< T >::const_iterator::operator= | ( | const iterator & | i | ) | [inline] |
References IList< T >::iterator::p.
template<class T>
const_iterator& IList< T >::const_iterator::operator= | ( | const const_iterator & | i | ) | [inline] |
References IList< T >::const_iterator::p.
template<class T>
const T& IList< T >::const_iterator::operator* | ( | ) | const [inline] |
template<class T>
const T* IList< T >::const_iterator::operator-> | ( | ) | const [inline] |
template<class T>
const_iterator& IList< T >::const_iterator::operator++ | ( | ) | [inline] |
template<class T>
const_iterator& IList< T >::const_iterator::operator-- | ( | ) | [inline] |
template<class T>
bool IList< T >::const_iterator::operator== | ( | const const_iterator | i | ) | const [inline] |
References IList< T >::const_iterator::p.
template<class T>
bool IList< T >::const_iterator::operator!= | ( | const const_iterator | i | ) | const [inline] |
References IList< T >::const_iterator::p.
Friends And Related Function Documentation
template<class T>
friend class 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
