QGenericArrayOps.Inserter

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

Constructors

this
this(QArrayDataPointer!(T)* d)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

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

Members

Functions

insert
void insert(qsizetype pos, const(T)* source, qsizetype n)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
void insert(qsizetype pos, const(T) t, qsizetype n)
Undocumented in source. Be warned that the author may not have intended to support it.
insertOne
void insertOne(qsizetype pos, T t)
Undocumented in source. Be warned that the author may not have intended to support it.
setup
void setup(qsizetype pos, qsizetype n)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

begin
T* begin;
Undocumented in source.
data
QArrayDataPointer!(T)* data;
Undocumented in source.
end
T* end;
Undocumented in source.
last
T* last;
Undocumented in source.
move
qsizetype move;
Undocumented in source.
nSource
qsizetype nSource;
Undocumented in source.
size
qsizetype size;
Undocumented in source.
sourceCopyAssign
qsizetype sourceCopyAssign;
Undocumented in source.
sourceCopyConstruct
qsizetype sourceCopyConstruct;
Undocumented in source.
where
T* where;
Undocumented in source.

Meta