![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qglist_helper_p.h>
Public Types | |
using | GListType = std::conditional_t<IsConst, const GList *, GList *> |
using | difference_type = std::ptrdiff_t |
using | value_type = ListType |
using | pointer = value_type * |
using | reference = value_type & |
using | iterator_category = std::input_iterator_tag |
Public Member Functions | |
GListIterator (GListType element=nullptr) | |
const ListType & | operator* () const noexcept |
const ListType * | operator-> () const noexcept |
GListIterator & | operator++ () noexcept |
GListIterator | operator++ (int n) noexcept |
bool | operator== (const GListIterator &r) const noexcept |
bool | operator!= (const GListIterator &r) const noexcept |
Public Attributes | |
GListType | element = nullptr |
Definition at line 28 of file qglist_helper_p.h.
using QGstUtils::GListIterator< ListType, IsConst >::difference_type = std::ptrdiff_t |
Definition at line 58 of file qglist_helper_p.h.
using QGstUtils::GListIterator< ListType, IsConst >::GListType = std::conditional_t<IsConst, const GList *, GList *> |
Definition at line 30 of file qglist_helper_p.h.
using QGstUtils::GListIterator< ListType, IsConst >::iterator_category = std::input_iterator_tag |
Definition at line 62 of file qglist_helper_p.h.
using QGstUtils::GListIterator< ListType, IsConst >::pointer = value_type * |
Definition at line 60 of file qglist_helper_p.h.
using QGstUtils::GListIterator< ListType, IsConst >::reference = value_type & |
Definition at line 61 of file qglist_helper_p.h.
using QGstUtils::GListIterator< ListType, IsConst >::value_type = ListType |
Definition at line 59 of file qglist_helper_p.h.
|
inlineexplicit |
Definition at line 32 of file qglist_helper_p.h.
|
inlinenoexcept |
Definition at line 56 of file qglist_helper_p.h.
|
inlinenoexcept |
Definition at line 34 of file qglist_helper_p.h.
References operator->().
|
inlinenoexcept |
Definition at line 40 of file qglist_helper_p.h.
|
inlinenoexcept |
Definition at line 47 of file qglist_helper_p.h.
|
inlinenoexcept |
Definition at line 35 of file qglist_helper_p.h.
Referenced by operator*().
|
inlinenoexcept |
Definition at line 55 of file qglist_helper_p.h.
GListType QGstUtils::GListIterator< ListType, IsConst >::element = nullptr |
Definition at line 64 of file qglist_helper_p.h.