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.
AllocationOptions
alias AllocationOptions = QArrayData.AllocationOptions
Undocumented in source.
const_iterator
alias const_iterator = const(T)*
Undocumented in source.
iterator
alias iterator = T*
Undocumented in source.

Functions

begin
iterator begin()
Undocumented in source. Be warned that the author may not have intended to support it.
begin
const_iterator begin()
Undocumented in source. Be warned that the author may not have intended to support it.
constBegin
const_iterator constBegin()
Undocumented in source. Be warned that the author may not have intended to support it.
constEnd
const_iterator constEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
data
T* data()
Undocumented in source. Be warned that the author may not have intended to support it.
data
const(T)* data()
Undocumented in source. Be warned that the author may not have intended to support it.
end
iterator end()
Undocumented in source. Be warned that the author may not have intended to support it.
end
const_iterator end()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

allocate
QTypedArrayData* allocate(size_t capacity, AllocationOptions options)
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.
deallocate
void deallocate(QTypedArrayData* data)
Undocumented in source. Be warned that the author may not have intended to support it.
fromRawData
QTypedArrayData* fromRawData(const(T)* data, size_t n, AllocationOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
reallocateUnaligned
QTypedArrayData* reallocateUnaligned(QTypedArrayData* data, size_t capacity, AllocationOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
sharedEmpty
QTypedArrayData* sharedEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
sharedNull
QTypedArrayData* sharedNull()
Undocumented in source. Be warned that the author may not have intended to support it.
unsharableEmpty
QTypedArrayData* unsharableEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

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

Variables

base0
QArrayData base0;
Undocumented in source.

Meta