Public member index:
-
-
-
-
-
G_List_ConstIterator(G_List <T > *x);
-
-
G_List_ConstIterator(GList *n);
-
-
G_List_ConstIterator();
-
-
G_List_ConstIterator(const G_List_ConstIterator &x);
-
-
bool operator ==(const self &x)const;
-
-
bool operator !=(const self &x)const;
-
-
self &operator ++();
-
-
self operator ++(int);
-
-
self &operator --();
-
-
self operator --(int);
-
-
const T *operator *()const;
-
|