Header: | #include <QBaseIterator> |
CMake: | find_package(Qt6 COMPONENTS Core REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::Core) |
qmake: | QT += core |
Inherited By: |
const void * | constIterator() const |
void * | mutableIterator() |
QBaseIterator forms the common base class for all iterators operating on subclasses of QIterable.
Returns a const pointer to the internal native iterator.
Returns a non-const pointer to the internal native iterator.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qbaseiterator.html