index
gtk-- homepage



Description:
G_List_Iterator

#include <gtk--/base.h>



Properties:


Public member index:


G_List_Iterator(G_List <T > *x);
G_List_Iterator(GList *n);
G_List_Iterator();
G_List_Iterator(const G_List_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;

Public member details:



Examples:





(pages generated by PERCEPS -script.)