QTypedArrayData

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Alias This

base0

Members

Aliases

AllocationOption
alias AllocationOption = QArrayData.AllocationOption
Undocumented in source.

Static functions

allocate
qt.core.pair.QPair!(QTypedArrayData*, T*) allocate(qsizetype capacity, AllocationOption option)
Undocumented in source. Be warned that the author may not have intended to support it.
dataStart
T* dataStart(QArrayData* data, qsizetype alignment)
Undocumented in source. Be warned that the author may not have intended to support it.
deallocate
void deallocate(QArrayData* data)
Undocumented in source. Be warned that the author may not have intended to support it.
reallocateUnaligned
qt.core.pair.QPair!(QTypedArrayData*, T*) reallocateUnaligned(QTypedArrayData* data, T* dataPointer, qsizetype capacity, AllocationOption option)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

AlignmentDummy
struct AlignmentDummy
Undocumented in source.

Variables

base0
QArrayData base0;
Undocumented in source.

Meta