Class Index Cross Index Namespace Index

Class Gtk::CList_Helpers::CellIterator


Contained in: Gtk::CList_Helpers
Derived from: Gtk::CList_Helpers::Cell
Derived by: none

#include <gtk--/clist.h>


public function member index:

CellIterator();
bool operator !=(const Self& cell) const;
reference operator *() const;
Self& operator ++();
Self operator ++(int);
Self& operator --();
Self operator --(int);
pointer operator -> () const;
bool operator ==(const Self& cell) const;
 

private function member index:

CellIterator(GtkCList* parent, GtkCListRow* row, gint column);
 

Description:



Function Member Descriptions: