index
gtk-- homepage



Description:
G_IntList_Iterator

#include <gtk--/base.h>



Properties:


Public member index:


G_IntList_Iterator(G_IntList *x);
G_IntList_Iterator(GList *n);
G_IntList_Iterator();
G_IntList_Iterator(const G_IntList_Iterator &x);
bool operator ==(const self &x)const;
bool operator !=(const self &x)const;
self &operator ++();
self operator ++(int);
self &operator --();
self operator --(int);
gint operator *()const;

Public member details:



Examples:





(pages generated by PERCEPS -script.)