Class Index Cross Index Namespace Index

Class Gtk::CList_Helpers::ColumnIterator


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

#include <gtk--/clist.h>


public function member index:

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

private function member index:

ColumnIterator(GtkCList* parent, gint number);
 

Description:



Function Member Descriptions: