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

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