- 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.