- 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.
- 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.
- truncate
void truncate(QArrayDataPointer!T this_, size_t newSize)
Undocumented in source. Be warned that the author may not have intended to support it.