QList

Binding for C++ class QList.

extern (C++) extern (C++)
struct QList (
T
) {}

Constructors

this
this(DataPointer dd)
Undocumented in source.
this
this(qsizetype size)
Undocumented in source.
this
this(qsizetype size, parameter_type t)
Undocumented in source.

Members

Aliases

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

Functions

append
void append(parameter_type t)
Undocumented in source. Be warned that the author may not have intended to support it.
at
const(T) at(qsizetype i)
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.
capacity
qsizetype capacity()
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.
constData
const_pointer constData()
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.
contains
bool contains(const(AT) t)
Undocumented in source. Be warned that the author may not have intended to support it.
count
qsizetype count()
Undocumented in source. Be warned that the author may not have intended to support it.
count
qsizetype count(const(AT) t)
Undocumented in source. Be warned that the author may not have intended to support it.
data
pointer data()
Undocumented in source. Be warned that the author may not have intended to support it.
data
const_pointer data()
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.
emplace
iterator emplace(qsizetype i, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
emplaceBack
T emplaceBack(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
emplaceFront
T emplaceFront(Args args)
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.
fill
QList!(T) fill(parameter_type t, qsizetype newSize)
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.
indexOf
qsizetype indexOf(const(AT) t, qsizetype from)
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.
lastIndexOf
qsizetype lastIndexOf(const(AT) t, qsizetype from)
Undocumented in source. Be warned that the author may not have intended to support it.
length
qsizetype length()
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
T opIndex(qsizetype i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
const(T) opIndex(qsizetype 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(parameter_type 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.
removeAll
qsizetype removeAll(const(AT) t)
Undocumented in source. Be warned that the author may not have intended to support it.
removeIf
qsizetype removeIf(Predicate pred)
Undocumented in source. Be warned that the author may not have intended to support it.
removeOne
bool removeOne(const(AT) t)
Undocumented in source. Be warned that the author may not have intended to support it.
replace
void replace(qsizetype i, parameter_type t)
Undocumented in source. Be warned that the author may not have intended to support it.
resize
void resize(qsizetype size)
Undocumented in source. Be warned that the author may not have intended to support it.
resize
void resize(qsizetype size, parameter_type c)
Undocumented in source. Be warned that the author may not have intended to support it.
size
qsizetype size()
Undocumented in source. Be warned that the author may not have intended to support it.
swapItemsAt
void swapItemsAt(qsizetype i, qsizetype j)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
QList 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