![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qcontainerinfo.h>
#include <QtCore/qflags.h>
#include <QtCore/qglobal.h>
#include <iterator>
Go to the source code of this file.
Namespaces | |
namespace | QtPrivate |
\macro QT_NAMESPACE | |
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 () |