qt.core.arraydataops

Undocumented in source.

Members

Aliases

Data
alias Data = QTypedArrayData!(T)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
DataPointer
alias DataPointer = QArrayDataPointer!(T)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
parameter_type
alias parameter_type = QArrayDataPointer!(T).parameter_type
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Functions

appendInitialize
void appendInitialize(QArrayDataPointer!T this_, qsizetype newSize)
Undocumented in source. Be warned that the author may not have intended to support it.
assign
void assign(QArrayDataPointer!T this_, T* b, T* e, parameter_type t)
Undocumented in source. Be warned that the author may not have intended to support it.
compare
bool compare(QArrayDataPointer!T this_, const(T)* begin1, const(T)* begin2, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
copyAppend
void copyAppend(QArrayDataPointer!T this_, const(T)* b, const(T)* e)
Undocumented in source. Be warned that the author may not have intended to support it.
copyAppend
void copyAppend(QArrayDataPointer!T this_, qsizetype n, parameter_type t)
Undocumented in source. Be warned that the author may not have intended to support it.
createHole
T* createHole(QArrayDataPointer!T this_, QArrayData.GrowthPosition pos, qsizetype where, qsizetype n)
Undocumented in source. Be warned that the author may not have intended to support it.
destroyAll
void destroyAll(QArrayDataPointer!T this_)
Undocumented in source. Be warned that the author may not have intended to support it.
emplace
void emplace(QArrayDataPointer!T this_, qsizetype i, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
erase
void erase(QArrayDataPointer!T this_, T* b, qsizetype n)
Undocumented in source. Be warned that the author may not have intended to support it.
eraseFirst
void eraseFirst(QArrayDataPointer!T this_)
Undocumented in source. Be warned that the author may not have intended to support it.
eraseLast
void eraseLast(QArrayDataPointer!T this_)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
void insert(QArrayDataPointer!T this_, qsizetype i, const(T)* data, qsizetype n)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
void insert(QArrayDataPointer!T this_, qsizetype i, qsizetype n, parameter_type t)
Undocumented in source. Be warned that the author may not have intended to support it.
moveAppend
void moveAppend(QArrayDataPointer!T this_, T* b, T* e)
Undocumented in source. Be warned that the author may not have intended to support it.
reallocate
void reallocate(QArrayDataPointer!T this_, qsizetype alloc, QArrayData.AllocationOption option)
Undocumented in source. Be warned that the author may not have intended to support it.
truncate
void truncate(QArrayDataPointer!T this_, size_t newSize)
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

QArrayDataOps
template QArrayDataOps(T)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QArrayOpsSelector
template QArrayOpsSelector(T)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QCommonArrayOps
template QCommonArrayOps(T)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QGenericArrayOps
template QGenericArrayOps(T)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QMovableArrayOps
template QMovableArrayOps(T)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Meta