read_iterator als Basisklasse für den öffentlichen iterator .
More...
#include <GInvertedList.h>
Inheritance diagram for groupindex::GInvertedList< Group >::read_iterator:

Public Member Functions | |
| read_iterator (ListTupel< Group > *l) | |
| ListTupel< Group > & | operator * () const |
| read_iterator & | operator++ () |
| Präfix-++. | |
| read_iterator & | operator++ (int) |
| Postfix-++. | |
| bool | operator!= (const read_iterator &it) |
| bool | operator== (const read_iterator &it) |
Protected Attributes | |
| ListTupel< Group > * | lt |
read_iterator als Basisklasse für den öffentlichen iterator .