![]() |
Qt 6.x
The Qt SDK
|
Classes | |
struct | QPairVariantInterfaceConvertFunctor |
struct | QPairVariantInterfaceConvertFunctor< std::pair< T, U > > |
class | QPairVariantInterfaceImpl |
struct | TypeDefinition |
struct | TypeDefinition< QRegularExpression > |
|
inline |
Definition at line 128 of file qmetatype_p.h.
References ptr(), and Q_ASSERT.
Referenced by isCopyConstructible(), isDefaultConstructible(), isDestructible(), and isMoveConstructible().
|
inline |
Definition at line 190 of file qmetatype_p.h.
References copy(), copyConstruct(), and defaultConstruct().
Referenced by QMetaType::construct(), and QMetaType::create().
|
inline |
Definition at line 172 of file qmetatype_p.h.
References copy(), isCopyConstructible(), and Q_ASSERT.
Referenced by construct().
|
inline |
Definition at line 163 of file qmetatype_p.h.
References isDefaultConstructible(), and Q_ASSERT.
Referenced by construct().
|
inline |
Definition at line 198 of file qmetatype_p.h.
References isDestructible(), and Q_ASSERT.
Referenced by QMetaType::destroy(), and QMetaType::destruct().
|
inlinenoexcept |
Definition at line 143 of file qmetatype_p.h.
References checkMetaTypeFlagOrPointer(), and QMetaType::NeedsCopyConstruction.
Referenced by copyConstruct().
|
inlinenoexcept |
Definition at line 138 of file qmetatype_p.h.
References checkMetaTypeFlagOrPointer(), and QMetaType::NeedsConstruction.
Referenced by defaultConstruct().
|
inlinenoexcept |
Definition at line 153 of file qmetatype_p.h.
References checkMetaTypeFlagOrPointer(), and QMetaType::NeedsDestruction.
Referenced by destruct().
|
inline |
Definition at line 119 of file qmetatype_p.h.
References isInterfaceFor().
Referenced by isInterfaceFor().
|
inlinenoexcept |
Definition at line 148 of file qmetatype_p.h.
References checkMetaTypeFlagOrPointer(), and QMetaType::NeedsMoveConstruction.
Referenced by moveConstruct().
|
inline |
Definition at line 181 of file qmetatype_p.h.
References copy(), isMoveConstructible(), and Q_ASSERT.
|
static |
Definition at line 208 of file qmetatype_p.h.
References QT_PREPEND_NAMESPACE().
Referenced by QT_PREPEND_NAMESPACE().
const char * QtMetaTypePrivate::typedefNameForType | ( | const QtPrivate::QMetaTypeInterface * | type_d | ) |
Definition at line 180 of file qmetatype.cpp.
References QSet< T >::constBegin(), it, QtPrivate::QMetaTypeInterface::name, and qWarning.
Referenced by QVariant::save().