QList

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (C++)
struct QList (
T
) {}

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

ConstIterator
alias ConstIterator = const_iterator
Undocumented in source.
Iterator
alias Iterator = iterator
Undocumented in source.
const_pointer
alias const_pointer = const(value_type)*
Undocumented in source.
difference_type
alias difference_type = qptrdiff
Undocumented in source.
pointer
alias pointer = value_type*
Undocumented in source.
size_type
alias size_type = int
Undocumented in source.
value_type
alias value_type = T
Undocumented in source.

Functions

append
void append(const(T) t)
Undocumented in source. Be warned that the author may not have intended to support it.
append
void append(const(T) t)
Undocumented in source. Be warned that the author may not have intended to support it.
at
const(T) at(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
back
T back()
Undocumented in source. Be warned that the author may not have intended to support it.
back
const(T) back()
Undocumented in source. Be warned that the author may not have intended to support it.
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.
cbegin
const_iterator cbegin()
Undocumented in source. Be warned that the author may not have intended to support it.
cend
const_iterator cend()
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
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.
constFirst
const(T) constFirst()
Undocumented in source. Be warned that the author may not have intended to support it.
constLast
const(T) constLast()
Undocumented in source. Be warned that the author may not have intended to support it.
count
int count()
Undocumented in source. Be warned that the author may not have intended to support it.
detach
void detach()
Undocumented in source. Be warned that the author may not have intended to support it.
detachShared
void detachShared()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
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.
endsWith
bool endsWith(const(T) t)
Undocumented in source. Be warned that the author may not have intended to support it.
erase
iterator erase(iterator it)
Undocumented in source. Be warned that the author may not have intended to support it.
erase
iterator erase(iterator afirst, iterator alast)
Undocumented in source. Be warned that the author may not have intended to support it.
first
T first()
Undocumented in source. Be warned that the author may not have intended to support it.
first
const(T) first()
Undocumented in source. Be warned that the author may not have intended to support it.
front
T front()
Undocumented in source. Be warned that the author may not have intended to support it.
front
const(T) front()
Undocumented in source. Be warned that the author may not have intended to support it.
indexOf
int indexOf(const(T) t, int from)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
void insert(int i, const(T) t)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
iterator insert(iterator before, const(T) t)
Undocumented in source. Be warned that the author may not have intended to support it.
isDetached
bool isDetached()
Undocumented in source. Be warned that the author may not have intended to support it.
isEmpty
bool isEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
isSharedWith
bool isSharedWith(const(QList!(T)) other)
Undocumented in source. Be warned that the author may not have intended to support it.
last
T last()
Undocumented in source. Be warned that the author may not have intended to support it.
last
const(T) last()
Undocumented in source. Be warned that the author may not have intended to support it.
lastIndexOf
int lastIndexOf(const(T) t, int from)
Undocumented in source. Be warned that the author may not have intended to support it.
length
int length()
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. Be warned that the author may not have intended to support it.
opBinary
QList!(T) opBinary(const(QList!(T)) l)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
const(T) opIndex(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
QList!(T) opOpAssign(const(QList!(T)) l)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
QList!(T) opOpAssign(const(T) t)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(T2 t)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
auto opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
pop_back
void pop_back()
Undocumented in source. Be warned that the author may not have intended to support it.
pop_front
void pop_front()
Undocumented in source. Be warned that the author may not have intended to support it.
prepend
void prepend(const(T) t)
Undocumented in source. Be warned that the author may not have intended to support it.
push_back
void push_back(const(T) t)
Undocumented in source. Be warned that the author may not have intended to support it.
push_front
void push_front(const(T) t)
Undocumented in source. Be warned that the author may not have intended to support it.
rawConstructor
void rawConstructor()
Undocumented in source. Be warned that the author may not have intended to support it.
removeAt
void removeAt(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
removeFirst
void removeFirst()
Undocumented in source. Be warned that the author may not have intended to support it.
removeLast
void removeLast()
Undocumented in source. Be warned that the author may not have intended to support it.
replace
void replace(int i, const(T) t)
Undocumented in source. Be warned that the author may not have intended to support it.
reserve
void reserve(int alloc)
Undocumented in source. Be warned that the author may not have intended to support it.
setSharable
void setSharable(bool sharable)
Undocumented in source. Be warned that the author may not have intended to support it.
size
int size()
Undocumented in source. Be warned that the author may not have intended to support it.
startsWith
bool startsWith(const(T) t)
Undocumented in source. Be warned that the author may not have intended to support it.
takeAt
T takeAt(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
takeFirst
T takeFirst()
Undocumented in source. Be warned that the author may not have intended to support it.
takeLast
T takeLast()
Undocumented in source. Be warned that the author may not have intended to support it.
value
T value(int i)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.
create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

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

Meta