QListData

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

Members

Enums

DataHeaderSize
anonymousenum DataHeaderSize
Undocumented in source.

Functions

append
void** append(int n)
Undocumented in source.
append
void** append()
Undocumented in source.
append
void** append(const(QListData) l)
Undocumented in source.
at
void** at(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
begin
void** begin()
Undocumented in source. Be warned that the author may not have intended to support it.
detach
Data* detach(int alloc)
Undocumented in source.
detach_grow
Data* detach_grow(int* i, int n)
Undocumented in source.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
end
void** end()
Undocumented in source. Be warned that the author may not have intended to support it.
erase
void** erase(void** xi)
Undocumented in source.
insert
void** insert(int i)
Undocumented in source.
isEmpty
bool isEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
move
void move(int from, int to)
Undocumented in source.
prepend
void** prepend()
Undocumented in source.
realloc
void realloc(int alloc)
Undocumented in source.
realloc_grow
void realloc_grow(int growth)
Undocumented in source.
remove
void remove(int i)
Undocumented in source.
remove
void remove(int i, int n)
Undocumented in source.
size
int size()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

dispose
void dispose(Data* d)
Undocumented in source.

Structs

ArrayCompatibleLayout
struct ArrayCompatibleLayout
Undocumented in source.
Data
struct Data
Undocumented in source.
IndirectLayout
struct IndirectLayout
Undocumented in source.
InlineWithPaddingLayout
struct InlineWithPaddingLayout
Undocumented in source.
NotArrayCompatibleLayout
struct NotArrayCompatibleLayout
Undocumented in source.
NotIndirectLayout
struct NotIndirectLayout
Undocumented in source.

Variables

d
Data* d;
Undocumented in source.

Meta