glibmm 2.80.0
|
#include <glibmm/vectorutils.h>
Public Types | |
using | CppType = typename Tr::CppType |
using | CType = typename Tr::CType |
using | iterator_category = std::forward_iterator_tag |
using | value_type = CppType |
using | difference_type = std::ptrdiff_t |
using | reference = value_type |
using | pointer = void |
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 |
using Glib::Container_Helpers::SListIterator< Tr >::CppType = typename Tr::CppType |
using Glib::Container_Helpers::SListIterator< Tr >::difference_type = std::ptrdiff_t |
using Glib::Container_Helpers::SListIterator< Tr >::iterator_category = std::forward_iterator_tag |
using Glib::Container_Helpers::SListIterator< Tr >::reference = value_type |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |