Skip to content

types

wonkey:wonkey.types

Namespace wonkey.types#
Interfaces
IIntegral Implemented by integral numeric types.
INumeric Implemented by numeric types.
IReal Implemented by real numeric types.
Structs
Array Primtive array type.
Bool Primitive bool type.
Byte Primitive 8 bit byte type.
CString String wrapper type for native 'char *' strings.
Double Primitive 64 bit double type.
Float Primitive 32 bit float type.
Int Primitive 32 bit int type.
Long Primitive 64 bit long type.
Short Primitive 16 bit short type.
String Primitive string type
UByte Primitive 8 bit unsigned byte type.
UInt Primitive 32 bit unsigned int type.
ULong Primitive 64 bit unsigned long type.
UShort Primitive 16 bit unsigned short type.
Variant Variant type.
Wstring String wrapper type for native 'wchar_t *' strings.
Classes
Object Base class of all objects.
Throwable Base class of all throwable objects.
Typeinfo Runtime type information.
DeclInfo Runtime declaration information.
WeakRef Weak reference class.