Public member index:
-
-
-
-
-
G_SList_Iterator(GSList *n);
-
-
G_SList_Iterator();
-
-
G_SList_Iterator(const G_SList_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;
-
|