|
using | MetaObjectFn = const QMetaObject *(*)(const QMetaTypeInterface *) |
|
using | DefaultCtrFn = void(*)(const QMetaTypeInterface *, void *) |
|
using | CopyCtrFn = void(*)(const QMetaTypeInterface *, void *, const void *) |
|
using | MoveCtrFn = void(*)(const QMetaTypeInterface *, void *, void *) |
|
using | DtorFn = void(*)(const QMetaTypeInterface *, void *) |
|
using | EqualsFn = bool(*)(const QMetaTypeInterface *, const void *, const void *) |
|
using | LessThanFn = bool(*)(const QMetaTypeInterface *, const void *, const void *) |
|
using | DebugStreamFn = void(*)(const QMetaTypeInterface *, QDebug &, const void *) |
|
using | DataStreamOutFn = void(*)(const QMetaTypeInterface *, QDataStream &, const void *) |
|
using | DataStreamInFn = void(*)(const QMetaTypeInterface *, QDataStream &, void *) |
|
using | LegacyRegisterOp = void(*)() |
|
static constexpr ushort | CurrentRevision = 1 |
|
Definition at line 290 of file qqmlmetatype_p.h.