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