![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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.
|
inline |
Definition at line 59 of file qqmljsfixedpoolarray_p.h.
|
inline |
Definition at line 45 of file qqmljsfixedpoolarray_p.h.
|
inline |
Definition at line 39 of file qqmljsfixedpoolarray_p.h.
|
inline |
Definition at line 76 of file qqmljsfixedpoolarray_p.h.
|
inline |
Definition at line 71 of file qqmljsfixedpoolarray_p.h.
|
inline |
Definition at line 96 of file qqmljsfixedpoolarray_p.h.
|
inline |
Definition at line 93 of file qqmljsfixedpoolarray_p.h.
|
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.
|
inline |
Definition at line 81 of file qqmljsfixedpoolarray_p.h.
|
inline |
Definition at line 68 of file qqmljsfixedpoolarray_p.h.