![]() |
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 *> |
| Public Types inherited from QtMultimediaPrivate::IteratorFacade< GListIterator< ListType, IsConst >, ListType, std::input_iterator_tag, const ListType & > | |
| using | iterator_category |
| using | value_type |
| using | reference |
| using | difference_type |
| using | pointer |
Public Member Functions | |
| GListIterator (GListType element=nullptr) | |
| const ListType & | dereference () const noexcept |
| void | increment () noexcept |
| bool | equals (const GListIterator &other) const noexcept |
| Public Member Functions inherited from QtMultimediaPrivate::IteratorFacade< GListIterator< ListType, IsConst >, ListType, std::input_iterator_tag, const ListType & > | |
| constexpr decltype(auto) | operator* () const |
| constexpr GListIterator< ListType, IsConst > & | operator++ () |
| constexpr GListIterator< ListType, IsConst > & | operator-- () |
| constexpr GListIterator< ListType, IsConst > & | operator+= (N n) |
| constexpr GListIterator< ListType, IsConst > & | operator-= (N n) |
| constexpr decltype(auto) | operator[] (N n) const |
Public Attributes | |
| GListType | element = nullptr |
Definition at line 31 of file qglist_helper_p.h.
| using QGstUtils::GListIterator< ListType, IsConst >::GListType = std::conditional_t<IsConst, const GList *, GList *> |
Definition at line 35 of file qglist_helper_p.h.
|
inlineexplicit |
Definition at line 37 of file qglist_helper_p.h.
|
inlinenoexcept |
Definition at line 39 of file qglist_helper_p.h.
|
inlinenoexcept |
Definition at line 50 of file qglist_helper_p.h.
|
inlinenoexcept |
Definition at line 44 of file qglist_helper_p.h.
| GListType QGstUtils::GListIterator< ListType, IsConst >::element = nullptr |
Definition at line 52 of file qglist_helper_p.h.