MITable

Namespace for the meta info table.

Members

Static functions

getAlignSize
size_t getAlignSize(Type type)

Returns the align size of a type.

getFlags
TypeFlags getFlags(Type type)

Returns the flags of a type.

getSize
size_t getSize(Type type)

Returns the byte size of a type.

mangleChar
char mangleChar(Type type)

Returns the mangle character of a type.

Static variables

ALIGN_NOT_AVAILABLE
ushort ALIGN_NOT_AVAILABLE;

Align not available.

SIZE_NOT_AVAILABLE
ushort SIZE_NOT_AVAILABLE;

Size not available.

V0xFF
Value V0xFF;

Value 0xFF.

V0xFFFF
Value V0xFFFF;

Value 0xFFFF.

VCNAN
Value VCNAN;

Value complex NAN.

VFALSE
Value VFALSE;

Value false.

VNAN
Value VNAN;

Value NAN.

VNULL
Value VNULL;

Value null.

VZERO
Value VZERO;

Value 0.

Meta