Class Index Cross Index Namespace Index

Class Gtk::CTree_Helpers::SelectionIterator


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

#include <gtk--/ctree.h>


public function member index:

SelectionIterator();
SelectionIterator(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;
 

private function member index:

SelectionIterator(GtkCTree* parent, GList* node);
 

Description:



Function Member Descriptions:


Variable Member Descriptions: