Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qmetacontainer.h File Reference

(de0f145022456db5f4242fe8689ef40bca7275e0)

#include <QtCore/qcontainerinfo.h>
#include <QtCore/qcompare.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_NO_KEYWORDS >
 
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 ()