![]() |
Qt 6.x
The Qt SDK
|
#include <qqmlirbuilder_p.h>
Public Types | |
using | iterator_category = std::forward_iterator_tag |
using | value_type = T |
using | difference_type = ptrdiff_t |
using | pointer = T * |
using | reference = T & |
Public Member Functions | |
Iterator (T *p) | |
T * | operator-> () |
const T * | operator-> () const |
T & | operator* () |
const T & | operator* () const |
Iterator & | operator++ () |
Iterator | operator++ (int) |
bool | operator== (const Iterator &rhs) const |
bool | operator!= (const Iterator &rhs) const |
operator T* () | |
operator const T * () const | |
Public Attributes | |
T * | ptr |
Definition at line 124 of file qqmlirbuilder_p.h.
using QmlIR::PoolList< T >::Iterator::difference_type = ptrdiff_t |
Definition at line 128 of file qqmlirbuilder_p.h.
using QmlIR::PoolList< T >::Iterator::iterator_category = std::forward_iterator_tag |
Definition at line 126 of file qqmlirbuilder_p.h.
using QmlIR::PoolList< T >::Iterator::pointer = T * |
Definition at line 129 of file qqmlirbuilder_p.h.
using QmlIR::PoolList< T >::Iterator::reference = T & |
Definition at line 130 of file qqmlirbuilder_p.h.
using QmlIR::PoolList< T >::Iterator::value_type = T |
Definition at line 127 of file qqmlirbuilder_p.h.
|
inlineexplicit |
Definition at line 134 of file qqmlirbuilder_p.h.
|
inline |
Definition at line 172 of file qqmlirbuilder_p.h.
|
inline |
Definition at line 171 of file qqmlirbuilder_p.h.
|
inline |
Definition at line 167 of file qqmlirbuilder_p.h.
References QmlIR::PoolList< T >::Iterator::ptr.
|
inline |
Definition at line 144 of file qqmlirbuilder_p.h.
References QmlIR::PoolList< T >::Iterator::ptr.
|
inline |
Definition at line 148 of file qqmlirbuilder_p.h.
References QmlIR::PoolList< T >::Iterator::ptr.
|
inline |
Definition at line 152 of file qqmlirbuilder_p.h.
References QmlIR::PoolList< T >::Iterator::ptr.
|
inline |
Definition at line 157 of file qqmlirbuilder_p.h.
References QmlIR::PoolList< T >::Iterator::ptr.
|
inline |
Definition at line 136 of file qqmlirbuilder_p.h.
References QmlIR::PoolList< T >::Iterator::ptr.
|
inline |
Definition at line 140 of file qqmlirbuilder_p.h.
References QmlIR::PoolList< T >::Iterator::ptr.
|
inline |
Definition at line 163 of file qqmlirbuilder_p.h.
References QmlIR::PoolList< T >::Iterator::ptr.
T* QmlIR::PoolList< T >::Iterator::ptr |
Definition at line 132 of file qqmlirbuilder_p.h.
Referenced by QmlIR::PoolList< QmlIR::Alias >::Iterator::operator const QmlIR::Alias *(), QmlIR::PoolList< QmlIR::Alias >::Iterator::operator QmlIR::Alias *(), QmlIR::PoolList< T >::Iterator::operator!=(), QmlIR::PoolList< T >::Iterator::operator*(), QmlIR::PoolList< T >::Iterator::operator*(), QmlIR::PoolList< T >::Iterator::operator++(), QmlIR::PoolList< T >::Iterator::operator++(), QmlIR::PoolList< T >::Iterator::operator->(), QmlIR::PoolList< T >::Iterator::operator->(), and QmlIR::PoolList< T >::Iterator::operator==().