index
gtk-- homepage



Description:
G_List_ConstIterator

#include <gtk--/base.h>



Properties:


Public member index:


G_List_ConstIterator(G_List <T > *x);
G_List_ConstIterator(GList *n);
G_List_ConstIterator();
G_List_ConstIterator(const G_List_ConstIterator &x);
bool operator ==(const self &x)const;
bool operator !=(const self &x)const;
self &operator ++();
self operator ++(int);
self &operator --();
self operator --(int);
const T *operator *()const;

Public member details:



Examples:





(pages generated by PERCEPS -script.)