Public member index:
-
-
-
-
-
G_IntList_Iterator(G_IntList *x);
-
-
G_IntList_Iterator(GList *n);
-
-
G_IntList_Iterator();
-
-
G_IntList_Iterator(const G_IntList_Iterator &x);
-
-
bool operator ==(const self &x)const;
-
-
bool operator !=(const self &x)const;
-
-
self &operator ++();
-
-
self operator ++(int);
-
-
self &operator --();
-
-
self operator --(int);
-
-
gint operator *()const;
-
|