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