index
gtk-- homepage



Description:
G_List_Iterator

#include <gtk--/base.h>



Properties:


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;

Public member details:



Examples:





(pages generated by PERCEPS -script.)