glibmm
2.33.3
|
#include <glibmm/vectorutils.h>
Public Types | |
typedef Tr::CppType | CppType |
typedef Tr::CType | CType |
typedef std::forward_iterator_tag | iterator_category |
typedef CppType | value_type |
typedef ptrdiff_t | difference_type |
typedef value_type | reference |
typedef void | pointer |
Public Member Functions | |
ListIterator (const GList* node) | |
value_type | operator* () const |
ListIterator< Tr >& | operator++ () |
const ListIterator< Tr > | operator++ (int) |
bool | operator== (const ListIterator< Tr >& rhs) const |
bool | operator!= (const ListIterator< Tr >& rhs) const |
typedef Tr::CppType Glib::Container_Helpers::ListIterator::CppType |
typedef Tr::CType Glib::Container_Helpers::ListIterator::CType |
typedef void Glib::Container_Helpers::ListIterator::pointer |
Glib::Container_Helpers::ListIterator::ListIterator | ( | const GList * | node | ) | [inline, explicit] |
bool Glib::Container_Helpers::ListIterator::operator!= | ( | const ListIterator< Tr >& | rhs | ) | const [inline] |
value_type Glib::Container_Helpers::ListIterator::operator* | ( | ) | const [inline] |
ListIterator<Tr>& Glib::Container_Helpers::ListIterator::operator++ | ( | ) | [inline] |
const ListIterator<Tr> Glib::Container_Helpers::ListIterator::operator++ | ( | int | ) | [inline] |
bool Glib::Container_Helpers::ListIterator::operator== | ( | const ListIterator< Tr >& | rhs | ) | const [inline] |