QIterable

Binding for C++ class QIterable.

Constructors

this
this(const(Container) metaContainer, const(T)* p)
Undocumented in source.
this
this(const(Container) metaContainer, T* p)
Undocumented in source.
this
this(const(Container) metaContainer, Pointer iterable)
Undocumented in source.
this
this(const(Container) metaContainer, qsizetype alignment, const(void)* p)
Undocumented in source.
this
this(const(Container) metaContainer, qsizetype alignment, void* p)
Undocumented in source.

Members

Functions

canForwardIterate
bool canForwardIterate()
Undocumented in source. Be warned that the author may not have intended to support it.
canInputIterate
bool canInputIterate()
Undocumented in source. Be warned that the author may not have intended to support it.
canRandomAccessIterate
bool canRandomAccessIterate()
Undocumented in source. Be warned that the author may not have intended to support it.
canReverseIterate
bool canReverseIterate()
Undocumented in source. Be warned that the author may not have intended to support it.
constBegin
QConstIterator!(Container) constBegin()
Undocumented in source. Be warned that the author may not have intended to support it.
constEnd
QConstIterator!(Container) constEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
constIterable
const(void)* constIterable()
Undocumented in source. Be warned that the author may not have intended to support it.
metaContainer
Container metaContainer()
Undocumented in source. Be warned that the author may not have intended to support it.
mutableBegin
QIterator!(Container) mutableBegin()
Undocumented in source. Be warned that the author may not have intended to support it.
mutableEnd
QIterator!(Container) mutableEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
mutableIterable
void* mutableIterable()
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.

Variables

m_iterable
ValueClass!(QConstPreservingPointer!(void, quint16)) m_iterable;
Undocumented in source.
m_metaContainer
Container m_metaContainer;
Undocumented in source.
m_revision
uint m_revision;
Undocumented in source.

Meta