QBaseIterator

Binding for C++ class QBaseIterator.

Constructors

this
this(const(QIterable!(Container)) iterable, void* iterator)
Undocumented in source.
this
this(QIterable!(Container) iterable, void* iterator)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

clearIterator
void clearIterator()
Undocumented in source. Be warned that the author may not have intended to support it.
constIterable
const(QIterable!(Container)) constIterable()
Undocumented in source. Be warned that the author may not have intended to support it.
constIterator
const(void)* constIterator()
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.
mutableIterable
QIterable!(Container) mutableIterable()
Undocumented in source. Be warned that the author may not have intended to support it.
mutableIterator
void* mutableIterator()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta