VariantData

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

Constructors

this
this(const(int) metaTypeId_, const(void)* data_, const(uint) flags_)
Undocumented in source.
this
this(const(VariantData) other)
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Variables

data
const(void)* data;
Undocumented in source.
flags
const(uint) flags;
Undocumented in source.
metaTypeId
const(int) metaTypeId;
Undocumented in source.

Meta