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 | |
SListIterator (const GSList* node) | |
value_type | operator* () const |
SListIterator< Tr >& | operator++ () |
const SListIterator< Tr > | operator++ (int) |
bool | operator== (const SListIterator< Tr >& rhs) const |
bool | operator!= (const SListIterator< Tr >& rhs) const |
typedef Tr::CppType Glib::Container_Helpers::SListIterator::CppType |
typedef Tr::CType Glib::Container_Helpers::SListIterator::CType |
typedef void Glib::Container_Helpers::SListIterator::pointer |
Glib::Container_Helpers::SListIterator::SListIterator | ( | const GSList * | node | ) | [inline, explicit] |
bool Glib::Container_Helpers::SListIterator::operator!= | ( | const SListIterator< Tr >& | rhs | ) | const [inline] |
value_type Glib::Container_Helpers::SListIterator::operator* | ( | ) | const [inline] |
SListIterator<Tr>& Glib::Container_Helpers::SListIterator::operator++ | ( | ) | [inline] |
const SListIterator<Tr> Glib::Container_Helpers::SListIterator::operator++ | ( | int | ) | [inline] |
bool Glib::Container_Helpers::SListIterator::operator== | ( | const SListIterator< Tr >& | rhs | ) | const [inline] |