![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qarraydataops.h>
Public Member Functions | |
void | verifyPost () |
Inserter (QArrayDataPointer< T > *d, qsizetype pos, qsizetype n) | |
~Inserter () | |
void | insertRange (const T *source, qsizetype n) |
void | insertFill (const T &t, qsizetype n) |
void | insertOne (T &&t) |
Public Attributes | |
QArrayDataPointer< T > *const | data |
T * | displaceFrom |
T *const | displaceTo |
const qsizetype | nInserts = 0 |
const size_t | bytes |
Definition at line 635 of file qarraydataops.h.
|
inlineexplicit |
Definition at line 646 of file qarraydataops.h.
|
inline |
Definition at line 655 of file qarraydataops.h.
|
inline |
Definition at line 677 of file qarraydataops.h.
|
inline |
Definition at line 686 of file qarraydataops.h.
|
inline |
Definition at line 667 of file qarraydataops.h.
|
inline |
Definition at line 643 of file qarraydataops.h.
References displaceFrom, and displaceTo.
const size_t QtPrivate::QMovableArrayOps< T >::Inserter::bytes |
Definition at line 641 of file qarraydataops.h.
QArrayDataPointer<T>* const QtPrivate::QMovableArrayOps< T >::Inserter::data |
Definition at line 637 of file qarraydataops.h.
T* QtPrivate::QMovableArrayOps< T >::Inserter::displaceFrom |
Definition at line 638 of file qarraydataops.h.
Referenced by verifyPost().
T* const QtPrivate::QMovableArrayOps< T >::Inserter::displaceTo |
Definition at line 639 of file qarraydataops.h.
Referenced by verifyPost().
const qsizetype QtPrivate::QMovableArrayOps< T >::Inserter::nInserts = 0 |
Definition at line 640 of file qarraydataops.h.