- 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.
Binding for C++ class QIterable.