|
template<typename T> |
bool | isInterfaceFor (const QtPrivate::QMetaTypeInterface *iface) |
template<typename FPointer> |
bool | checkMetaTypeFlagOrPointer (const QtPrivate::QMetaTypeInterface *iface, FPointer ptr, QMetaType::TypeFlag Flag) |
bool | isDefaultConstructible (const QtPrivate::QMetaTypeInterface *iface) noexcept |
bool | isCopyConstructible (const QtPrivate::QMetaTypeInterface *iface) noexcept |
bool | isMoveConstructible (const QtPrivate::QMetaTypeInterface *iface) noexcept |
bool | isDestructible (const QtPrivate::QMetaTypeInterface *iface) noexcept |
void | defaultConstruct (const QtPrivate::QMetaTypeInterface *iface, void *where) |
void | copyConstruct (const QtPrivate::QMetaTypeInterface *iface, void *where, const void *copy) |
void | moveConstruct (const QtPrivate::QMetaTypeInterface *iface, void *where, void *copy) |
void | construct (const QtPrivate::QMetaTypeInterface *iface, void *where, const void *copy) |
void | destruct (const QtPrivate::QMetaTypeInterface *iface, void *where) |
const char * | typedefNameForType (const QtPrivate::QMetaTypeInterface *type_d) |
template<typename T> |
static const | QT_PREPEND_NAMESPACE (QtPrivate::QMetaTypeInterface) *getInterfaceFromType() |