36typedef signed __int8
i8;
38typedef signed __int16
i16;
40typedef signed __int32
i32;
42typedef signed __int64
i64;
51typedef unsigned __int8
u8;
53typedef unsigned __int16
u16;
55typedef unsigned __int32
u32;
57typedef unsigned __int64
u64;
constexpr i16 I16_MAX
Definition BasicTypes.h:45
constexpr u8 U8_MAX
Definition BasicTypes.h:59
constexpr i32 I32_MAX
Definition BasicTypes.h:46
signed __int16 i16
Singed integer 16 bit type.
Definition BasicTypes.h:38
constexpr i8 I8_MAX
Definition BasicTypes.h:44
unsigned char ubyte
Unsigned byte type.
Definition BasicTypes.h:31
float f32
Singed floating pointer 32 bit type.
Definition BasicTypes.h:67
unsigned __int32 u32
Unsigned integer 32 bit type.
Definition BasicTypes.h:55
constexpr u32 U32_MAX
Definition BasicTypes.h:61
double f64
Singed floating pointer 64 bit type.
Definition BasicTypes.h:70
signed char ibyte
Signed byte type.
Definition BasicTypes.h:29
constexpr i64 I64_MAX
Definition BasicTypes.h:47
unsigned __int64 u64
Unsigned integer 64 bit type.
Definition BasicTypes.h:57
unsigned __int8 u8
Unsigned integer 8 bit type.
Definition BasicTypes.h:51
constexpr u64 U64_MAX
Definition BasicTypes.h:62
unsigned __int16 u16
Unsigned integer 16 bit type.
Definition BasicTypes.h:53
signed __int64 i64
Singed integer 64 bit type.
Definition BasicTypes.h:42
signed __int8 i8
Singed integer 8 bit type.
Definition BasicTypes.h:36
constexpr u16 U16_MAX
Definition BasicTypes.h:60
signed __int32 i32
Singed integer 32 bit type.
Definition BasicTypes.h:40