#include <faith/listview.h>
Inheritance diagram for Faith::ListItemSet< Item >::ConstIterator:

Public Member Functions | |
| ConstIterator (const ConstIterator ©) | |
| ConstIterator & | operator= (const ConstIterator ©) |
| ConstIterator & | operator= (const Iterator ©) |
| bool | operator== (const ConstIterator &other) const |
| bool | operator!= (const ConstIterator &other) const |
| ConstIterator & | operator++ () |
| const Item * | operator * () const |
| Faith::ListItemSet< Item >::ConstIterator::ConstIterator | ( | const ConstIterator & | copy | ) | [inline] |
| const Item* Faith::ListItemSet< Item >::ConstIterator::operator * | ( | ) | const [inline] |
| bool Faith::ListItemSet< Item >::ConstIterator::operator!= | ( | const ConstIterator & | other | ) | const [inline] |
| ConstIterator& Faith::ListItemSet< Item >::ConstIterator::operator++ | ( | ) | [inline] |
Reimplemented from Faith::GListItemSet::GIterator.
| ConstIterator& Faith::ListItemSet< Item >::ConstIterator::operator= | ( | const Iterator & | copy | ) | [inline] |
| ConstIterator& Faith::ListItemSet< Item >::ConstIterator::operator= | ( | const ConstIterator & | copy | ) | [inline] |
| bool Faith::ListItemSet< Item >::ConstIterator::operator== | ( | const ConstIterator & | other | ) | const [inline] |
1.4.7