![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsfixedpoolarray_p.h>
Public Member Functions | |
FixedPoolArray () | |
FixedPoolArray (MemoryPool *pool, int size) | |
void | allocate (MemoryPool *pool, int size) |
void | allocate (MemoryPool *pool, const QVector< T > &vector) |
template<typename Container > | |
void | allocate (MemoryPool *pool, const Container &container) |
int | size () const |
const T & | at (int index) const |
T & | at (int index) |
T & | operator[] (int index) |
int | indexOf (const T &value) const |
const T * | begin () const |
const T * | end () const |
T * | begin () |
T * | end () |
Definition at line 26 of file qqmljsfixedpoolarray_p.h.
|
inline |
Definition at line 32 of file qqmljsfixedpoolarray_p.h.
|
inline |
Definition at line 36 of file qqmljsfixedpoolarray_p.h.
References QQmlJS::FixedPoolArray< T >::allocate(), and pool.
|
inline |
Definition at line 59 of file qqmljsfixedpoolarray_p.h.
References QSet< T >::constBegin(), i, it, and pool.
|
inline |
Definition at line 45 of file qqmljsfixedpoolarray_p.h.
References QList< T >::at(), QList< T >::constData(), i, pool, QList< T >::size(), and vector.
|
inline |
Definition at line 39 of file qqmljsfixedpoolarray_p.h.
References pool, and QQmlJS::FixedPoolArray< T >::size().
Referenced by QQmlJS::FixedPoolArray< T >::FixedPoolArray().
|
inline |
Definition at line 76 of file qqmljsfixedpoolarray_p.h.
References Q_ASSERT.
|
inline |
Definition at line 71 of file qqmljsfixedpoolarray_p.h.
References Q_ASSERT.
|
inline |
Definition at line 96 of file qqmljsfixedpoolarray_p.h.
|
inline |
Definition at line 93 of file qqmljsfixedpoolarray_p.h.
Referenced by QmlIR::Object::namedObjectsInComponentTable().
|
inline |
Definition at line 97 of file qqmljsfixedpoolarray_p.h.
|
inline |
Definition at line 94 of file qqmljsfixedpoolarray_p.h.
|
inline |
Definition at line 86 of file qqmljsfixedpoolarray_p.h.
References i.
|
inline |
Definition at line 81 of file qqmljsfixedpoolarray_p.h.
References at.
|
inline |
Definition at line 68 of file qqmljsfixedpoolarray_p.h.
Referenced by QQmlJS::FixedPoolArray< T >::allocate(), and QmlIR::Object::namedObjectsInComponentCount().