Class Index Cross Index Namespace Index

Class Gtk::CList_Helpers::RowIterator


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

#include <gtk--/clist.h>


public function member index:

RowIterator();
RowIterator(const Self& s);
bool operator !=(const Self& row) const;
reference operator *() const;
Self& operator ++();
Self operator ++(int);
Self& operator --();
Self operator --(int);
pointer operator -> () const;
Self& operator = (const Self& s);
bool operator ==(const Self& row) const;
 

protected function member index:

RowIterator(GtkCList*, GList*);
RowIterator(GtkCList*, gint);
GList* get_node() const;
GtkCListRow* get_row() const;
gint get_row_num() const;
 

Description:



Function Member Descriptions:


Variable Member Descriptions: