![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlirbuilder_p.h>
Classes | |
| struct | Iterator |
Public Types | |
| using | iterator = Iterator |
Public Member Functions | |
| PoolList () | |
| int | append (T *item) |
| void | prepend (T *item) |
| T * | unlink (T *before, T *item) |
| T * | slowAt (int index) const |
| Iterator | begin () |
| Iterator | end () |
Public Attributes | |
| T * | first |
| T * | last |
| int | count = 0 |
Definition at line 42 of file qqmlirbuilder_p.h.
| using QmlIR::PoolList< T >::iterator = Iterator |
Definition at line 154 of file qqmlirbuilder_p.h.
|
inline |
Definition at line 44 of file qqmlirbuilder_p.h.
|
inline |
Definition at line 53 of file qqmlirbuilder_p.h.
|
inline |
Definition at line 151 of file qqmlirbuilder_p.h.
References first.
|
inline |
Definition at line 152 of file qqmlirbuilder_p.h.
|
inline |
Definition at line 63 of file qqmlirbuilder_p.h.
|
inline |
Definition at line 90 of file qqmlirbuilder_p.h.
References first.
|
inline |
Definition at line 71 of file qqmlirbuilder_p.h.
| int QmlIR::PoolList< T >::count = 0 |
Definition at line 51 of file qqmlirbuilder_p.h.
| T* QmlIR::PoolList< T >::first |
Definition at line 49 of file qqmlirbuilder_p.h.
Referenced by PoolList(), append(), begin(), prepend(), slowAt(), and unlink().
| T* QmlIR::PoolList< T >::last |
Definition at line 50 of file qqmlirbuilder_p.h.
Referenced by PoolList(), append(), prepend(), and unlink().