![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qcontainerinfo.h>#include <QtCore/qcompare.h>#include <QtCore/qflags.h>#include <QtCore/qglobal.h>#include <iterator>Go to the source code of this file.
Classes | |
| class | QtMetaContainerPrivate::QMetaContainerInterface |
| class | QtMetaContainerPrivate::QMetaSequenceInterface |
| class | QtMetaContainerPrivate::QMetaAssociationInterface |
| class | QtMetaContainerPrivate::QMetaContainerForContainer< C > |
| class | QtMetaContainerPrivate::QMetaSequenceForContainer< C > |
| class | QtMetaContainerPrivate::QMetaAssociationForContainer< C > |
| class | QMetaContainer |
| \inmodule QtCore More... | |
| class | QMetaSequence |
| \inmodule QtCore More... | |
| class | QMetaAssociation |
| \inmodule QtCore More... | |
Namespaces | |
| namespace | QtPrivate |
| namespace | QtMetaContainerPrivate |
Enumerations | |
| enum | QtMetaContainerPrivate::IteratorCapability : quint8 { QtMetaContainerPrivate::InputCapability = 1 << 0 , QtMetaContainerPrivate::ForwardCapability = 1 << 1 , QtMetaContainerPrivate::BiDirectionalCapability = 1 << 2 , QtMetaContainerPrivate::RandomAccessCapability = 1 << 3 } |
| enum | QtMetaContainerPrivate::AddRemoveCapability : quint8 { QtMetaContainerPrivate::CanAddAtBegin = 1 << 0 , QtMetaContainerPrivate::CanRemoveAtBegin = 1 << 1 , QtMetaContainerPrivate::CanAddAtEnd = 1 << 2 , QtMetaContainerPrivate::CanRemoveAtEnd = 1 << 3 } |
Functions | |
| template<typename T> | |
| constexpr const QMetaTypeInterface * | QtPrivate::qMetaTypeInterfaceForType () |