Public member index:
-
-
-
bool operator ==(const self &x)const;
-
-
bool operator !=(const self &x)const;
-
-
G_List_Cpp_Iterator(G_List <impl > *x);
-
-
G_List_Cpp_Iterator(GList *n);
-
-
G_List_Cpp_Iterator();
-
-
G_List_Cpp_Iterator(const G_List_Cpp_Iterator <impl,interf >&x);
-
-
interf *operator *()const;
-
-
self &operator ++();
-
-
self operator ++(int);
-
-
self &operator --();
-
-
self operator --(int);
-
Private member index:
-
-
|