If a method takes this as an argument, or has this as a return type, then you can use a standard container such as std::list or std::vector. More...
#include <glibmm/slisthandle.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 | |
SListHandleIterator (const GSList* node) | |
value_type | operator* () const |
SListHandleIterator< Tr >& | operator++ () |
const SListHandleIterator< Tr > | operator++ (int) |
bool | operator== (const SListHandleIterator< Tr >& rhs) const |
bool | operator!= (const SListHandleIterator< Tr >& rhs) const |
If a method takes this as an argument, or has this as a return type, then you can use a standard container such as std::list or std::vector.
typedef Tr::CppType Glib::Container_Helpers::SListHandleIterator< Tr >::CppType |
typedef Tr::CType Glib::Container_Helpers::SListHandleIterator< Tr >::CType |
typedef ptrdiff_t Glib::Container_Helpers::SListHandleIterator< Tr >::difference_type |
typedef std::forward_iterator_tag Glib::Container_Helpers::SListHandleIterator< Tr >::iterator_category |
typedef void Glib::Container_Helpers::SListHandleIterator< Tr >::pointer |
typedef value_type Glib::Container_Helpers::SListHandleIterator< Tr >::reference |
typedef CppType Glib::Container_Helpers::SListHandleIterator< Tr >::value_type |
Glib::Container_Helpers::SListHandleIterator< Tr >::SListHandleIterator | ( | const GSList * | node | ) | [inline, explicit] |
bool Glib::Container_Helpers::SListHandleIterator< Tr >::operator!= | ( | const SListHandleIterator< Tr >& | rhs | ) | const [inline] |
value_type Glib::Container_Helpers::SListHandleIterator< Tr >::operator* | ( | ) | const [inline] |
const SListHandleIterator<Tr> Glib::Container_Helpers::SListHandleIterator< Tr >::operator++ | ( | int | ) | [inline] |
SListHandleIterator<Tr>& Glib::Container_Helpers::SListHandleIterator< Tr >::operator++ | ( | ) | [inline] |
bool Glib::Container_Helpers::SListHandleIterator< Tr >::operator== | ( | const SListHandleIterator< Tr >& | rhs | ) | const [inline] |