QArrayData

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

Members

Aliases

AllocationOptions
alias AllocationOptions = QFlags!(AllocationOption)
Undocumented in source.

Functions

alloc
uint alloc()
Undocumented in source. Be warned that the author may not have intended to support it.
alloc
uint alloc(uint value)
Undocumented in source. Be warned that the author may not have intended to support it.
capacityReserved
uint capacityReserved()
Undocumented in source. Be warned that the author may not have intended to support it.
capacityReserved
uint capacityReserved(uint value)
Undocumented in source. Be warned that the author may not have intended to support it.
cloneFlags
AllocationOptions cloneFlags()
Undocumented in source. Be warned that the author may not have intended to support it.
data
void* data()
Undocumented in source. Be warned that the author may not have intended to support it.
data
const(void)* data()
Undocumented in source. Be warned that the author may not have intended to support it.
detachCapacity
size_t detachCapacity(size_t newSize)
Undocumented in source. Be warned that the author may not have intended to support it.
detachFlags
AllocationOptions detachFlags()
Undocumented in source. Be warned that the author may not have intended to support it.
isMutable
bool isMutable()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

allocate
QArrayData* allocate(size_t objectSize, size_t alignment, size_t capacity, AllocationOptions options)
Undocumented in source.
deallocate
void deallocate(QArrayData* data, size_t objectSize, size_t alignment)
Undocumented in source.
reallocateUnaligned
QArrayData* reallocateUnaligned(QArrayData* data, size_t objectSize, size_t newCapacity, AllocationOptions newOptions)
Undocumented in source.
sharedNull
QArrayData* sharedNull()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

bitfieldData_alloc
uint bitfieldData_alloc;
Undocumented in source.
offset
qptrdiff offset;
Undocumented in source.
ref_
qt.core.refcount.RefCount ref_;
Undocumented in source.
size
int size;
Undocumented in source.

Meta