QMetaTypeInterface

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Members

Aliases

CopyCtrFn
alias CopyCtrFn = ExternCPPFunc!(void function(const(QMetaTypeInterface)*, void*, const(void)*))
Undocumented in source.
DataStreamInFn
alias DataStreamInFn = ExternCPPFunc!(void function(const(QMetaTypeInterface)*, ref QDataStream, void*))
Undocumented in source.
DataStreamOutFn
alias DataStreamOutFn = ExternCPPFunc!(void function(const(QMetaTypeInterface)*, ref QDataStream, const(void)*))
Undocumented in source.
DebugStreamFn
alias DebugStreamFn = ExternCPPFunc!(void function(const(QMetaTypeInterface)*, ref QDebug, const(void)*))
Undocumented in source.
DefaultCtrFn
alias DefaultCtrFn = ExternCPPFunc!(void function(const(QMetaTypeInterface)*, void*))
Undocumented in source.
DtorFn
alias DtorFn = ExternCPPFunc!(void function(const(QMetaTypeInterface)*, void*))
Undocumented in source.
EqualsFn
alias EqualsFn = ExternCPPFunc!(bool function(const(QMetaTypeInterface)*, const(void)*, const(void)*))
Undocumented in source.
LegacyRegisterOp
alias LegacyRegisterOp = ExternCPPFunc!(void function())
Undocumented in source.
LessThanFn
alias LessThanFn = ExternCPPFunc!(bool function(const(QMetaTypeInterface)*, const(void)*, const(void)*))
Undocumented in source.
MetaObjectFn
alias MetaObjectFn = ExternCPPFunc!(const(QMetaObject)* function(const(QMetaTypeInterface)*))
Undocumented in source.
MoveCtrFn
alias MoveCtrFn = ExternCPPFunc!(void function(const(QMetaTypeInterface)*, void*, void*))
Undocumented in source.

Variables

alignment
ushort alignment;
Undocumented in source.
copyCtr
CopyCtrFn copyCtr;
Undocumented in source.
dataStreamIn
DataStreamInFn dataStreamIn;
Undocumented in source.
dataStreamOut
DataStreamOutFn dataStreamOut;
Undocumented in source.
debugStream
DebugStreamFn debugStream;
Undocumented in source.
defaultCtr
DefaultCtrFn defaultCtr;
Undocumented in source.
dtor
DtorFn dtor;
Undocumented in source.
equals
EqualsFn equals;
Undocumented in source.
flags
uint flags;
Undocumented in source.
legacyRegisterOp
LegacyRegisterOp legacyRegisterOp;
Undocumented in source.
lessThan
LessThanFn lessThan;
Undocumented in source.
metaObjectFn
MetaObjectFn metaObjectFn;
Undocumented in source.
moveCtr
MoveCtrFn moveCtr;
Undocumented in source.
name
const(char)* name;
Undocumented in source.
revision
ushort revision;
Undocumented in source.
size
uint size;
Undocumented in source.
typeId
QBasicAtomicInt typeId;
Undocumented in source.

Meta