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