![]() |
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>
Classes | |
| struct | Inserter |
Public Types | |
| typedef QArrayDataPointer< T >::parameter_type | parameter_type |
Public Member Functions | |
| QGenericArrayOps (DataPointer &dp) | |
| DataPointer * | that () |
| const DataPointer * | that () const |
| void | copyAppend (const T *b, const T *e) |
| void | copyAppend (qsizetype n, parameter_type t) |
| void | moveAppend (T *b, T *e) |
| void | truncate (size_t newSize) |
| void | destroyAll () |
| void | insert (qsizetype i, const T *data, qsizetype n) |
| void | insert (qsizetype i, qsizetype n, parameter_type t) |
| template<typename... Args> | |
| void | emplace (qsizetype i, Args &&... args) |
| void | erase (T *b, qsizetype n) |
| void | eraseFirst () noexcept |
| void | eraseLast () noexcept |
| void | assign (T *b, T *e, parameter_type t) |
Protected Types | |
| typedef QTypedArrayData< T > | Data |
| using | DataPointer = QArrayDataPointer<T> |
Definition at line 278 of file qarraydataops.h.
|
protected |
Definition at line 283 of file qarraydataops.h.
|
protected |
Definition at line 284 of file qarraydataops.h.
| typedef QArrayDataPointer<T>::parameter_type QtPrivate::QGenericArrayOps< T >::parameter_type |
Definition at line 297 of file qarraydataops.h.
|
inlineexplicit |
Definition at line 290 of file qarraydataops.h.
Referenced by QtPrivate::parameter_type< T >::QGenericArrayOps().
|
inline |
Definition at line 625 of file qarraydataops.h.
|
inline |
Definition at line 299 of file qarraydataops.h.
|
inline |
Definition at line 317 of file qarraydataops.h.
|
inline |
Definition at line 359 of file qarraydataops.h.
|
inline |
Definition at line 546 of file qarraydataops.h.
|
inline |
Definition at line 578 of file qarraydataops.h.
|
inlinenoexcept |
Definition at line 607 of file qarraydataops.h.
|
inlinenoexcept |
Definition at line 616 of file qarraydataops.h.
|
inline |
Definition at line 497 of file qarraydataops.h.
|
inline |
Definition at line 521 of file qarraydataops.h.
|
inline |
Definition at line 331 of file qarraydataops.h.
|
inline |
Definition at line 292 of file qarraydataops.h.
|
inline |
Definition at line 294 of file qarraydataops.h.
|
inline |
Definition at line 349 of file qarraydataops.h.