Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qmetacontainer.h File Reference
#include <QtCore/qcontainerinfo.h>
#include <QtCore/qflags.h>
#include <QtCore/qglobal.h>
#include <iterator>
+ Include dependency graph for qmetacontainer.h:
+ This graph shows which files directly or indirectly include this file:

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
 
class  QMetaSequence
 \inmodule QtCore More...
 
class  QMetaAssociation
 

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 QMetaTypeInterfaceQtPrivate::qMetaTypeInterfaceForType ()