Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qiterable.h File Reference

(b096619acc65b3adb0e6ed1f21296cc430113439)

#include <QtCore/qglobal.h>
#include <QtCore/qtypeinfo.h>
#include <QtCore/qtaggedpointer.h>
#include <QtCore/qmetacontainer.h>
Include dependency graph for qiterable.h:

Go to the source code of this file.

Classes

class  QtPrivate::QConstPreservingPointer< Type, Storage >
class  QTaggedIterator< Iterator, IteratorCategory >
 QTaggedIterator is a template class that wraps an iterator and exposes standard iterator traits. More...
class  QBaseIterator< Container >
 \inmodule QtCore QBaseIterator forms the common base class for all iterators operating on subclasses of QIterable. More...
class  QIterator< Container >
 The QIterator is a template class that allows iteration over a container in a QVariant. More...
struct  QConstIterator< Container >
 The QConstIterator allows iteration over a container in a QVariant. More...
class  QIterable< Container >
 \inmodule QtCore More...

Namespaces

namespace  QtPrivate