Public member index:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
G_List_Iterator(GList *&h,GList *n);
-
-
G_List_Iterator();
-
-
G_List_Iterator(const Self &x);
-
-
bool operator ==(const Self &x)const;
-
-
bool operator !=(const Self &x)const;
-
-
Self &operator ++();
-
-
Self operator ++(int);
-
-
Self &operator --();
-
-
Self operator --(int);
-
-
reference operator *()const;
-
-
pointer operator ->()const;
-
|