Basic Types Defined by NEX

Description

Basic Types Defined by NEX

Basic Types

qBool Boolean type.
qByte Unsigned 8-bit integer type.
qInt8 Signed 8-bit integer type.
qUnsignedInt8 Unsigned 8-bit integer type.
qInt16 Signed 16-bit integer type.
qUnsignedInt16 Unsigned 16-bit integer type.
qInt32 Signed 32-bit integer type.
qUnsignedInt32 Unsigned 32-bit integer type.
qInt Signed integer type.
qUnsignedInt Unsigned integer type.
qFloat Single-precision floating-point type.
qDouble Double-precision floating-point type.
qReal Floating-point type.
qInt64 Signed 64-bit integer type.
qUnsignedInt64 Unsigned 64-bit integer type.
qChar8 8-bit string type.
qChar16 16-bit string type.
qWideChar Character type that handles wide characters.
qChar Character type that is normally used with NEX. The typedef for qChar16.

CONFIDENTIAL