dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QListData.Data
qt
core
list
QListData
Undocumented in source.
struct
QListData
struct
Data {
qt
.
core
.
refcount
.
RefCount
ref_
;
int
alloc
;
int
begin
;
int
end
;
void
*[
1
]
array
;
}
Members
Variables
alloc
int
alloc
;
Undocumented in source.
array
void
*[
1
]
array
;
Undocumented in source.
begin
int
begin
;
Undocumented in source.
end
int
end
;
Undocumented in source.
ref_
qt
.
core
.
refcount
.
RefCount
ref_
;
Undocumented in source.
Meta
Source
See Implementation
qt
core
list
QListData
enums
DataHeaderSize
functions
append
at
begin
detach
detach_grow
dispose
end
erase
insert
isEmpty
move
prepend
realloc
realloc_grow
remove
size
structs
ArrayCompatibleLayout
Data
IndirectLayout
InlineWithPaddingLayout
NotArrayCompatibleLayout
NotIndirectLayout
variables
d