#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 |
References IList< T >::iterator::p.
| iterator& IList< T >::iterator::operator= | ( | const const_iterator & | i | ) | [inline] |
References IList< T >::const_iterator::p.
| T& IList< T >::iterator::operator* | ( | ) | [inline] |
| const T& IList< T >::iterator::operator* | ( | ) | const [inline] |
| T* IList< T >::iterator::operator-> | ( | ) | [inline] |
| const T* IList< T >::iterator::operator-> | ( | ) | const [inline] |
References IList< T >::iterator::p.
References IList< T >::iterator::p.
friend class const_iterator [friend] |
1.5.6