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

(98de89f196337e087716f17c0caf725d936ed854)

#include <QtCore/qglobal.h>
#include <QtCore/qtypeinfo.h>
#include <QtCore/qtaggedpointer.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<Container> forms the common base class for all iterators operating on subclasses of QIterable, where Container is the meta-type descriptor. 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

Enumerations

enum class  QtPrivate::SynthesizedAccessFunction : quint8 { QtPrivate::IterableSize , QtPrivate::SequenceAt }

Functions

Q_CORE_EXPORT void QtPrivate::warnSynthesizedIterableAccess (SynthesizedAccessFunction function)