MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
Types

Type definitions and aliases. More...

Typedefs

typedef float f32
 Alias for 32-bit floats.
 
typedef double f64
 Alias for 64-bit floats.
 
typedef long double f80
 Alias for 80-bit floats.
 
typedef int8_t i8
 Alias for 8-bit ints.
 
typedef int16_t i16
 Alias for 16-bit ints.
 
typedef int32_t i32
 Alias for 32-bit ints.
 
typedef int64_t i64
 Alias for 64-bit ints.
 
typedef uint8_t u8
 Alias for 8-bit unsigned ints.
 
typedef uint16_t u16
 Alias for 16-bit unsigned ints.
 
typedef uint32_t u32
 Alias for 32-bit unsigned ints.
 
typedef uint64_t u64
 Alias for 64-bit unsigned ints.
 
typedef uintptr_t uptr
 Alias for ints the same size as a pointer.
 
typedef wchar_t wchar
 Alias for ints the same size as a wide character.
 

Detailed Description

Type definitions and aliases.

Typedef Documentation

◆ f32

typedef float f32

Alias for 32-bit floats.

Definition at line 59 of file core/mtcore/core.hpp.

◆ f64

typedef double f64

Alias for 64-bit floats.

Definition at line 64 of file core/mtcore/core.hpp.

◆ f80

typedef long double f80

Alias for 80-bit floats.

Definition at line 69 of file core/mtcore/core.hpp.

◆ i16

typedef int16_t i16

Alias for 16-bit ints.

Definition at line 79 of file core/mtcore/core.hpp.

◆ i32

typedef int32_t i32

Alias for 32-bit ints.

Definition at line 84 of file core/mtcore/core.hpp.

◆ i64

typedef int64_t i64

Alias for 64-bit ints.

Definition at line 89 of file core/mtcore/core.hpp.

◆ i8

typedef int8_t i8

Alias for 8-bit ints.

Definition at line 74 of file core/mtcore/core.hpp.

◆ u16

typedef uint16_t u16

Alias for 16-bit unsigned ints.

Definition at line 99 of file core/mtcore/core.hpp.

◆ u32

typedef uint32_t u32

Alias for 32-bit unsigned ints.

Definition at line 104 of file core/mtcore/core.hpp.

◆ u64

typedef uint64_t u64

Alias for 64-bit unsigned ints.

Definition at line 109 of file core/mtcore/core.hpp.

◆ u8

typedef uint8_t u8

Alias for 8-bit unsigned ints.

Definition at line 94 of file core/mtcore/core.hpp.

◆ uptr

typedef uintptr_t uptr

Alias for ints the same size as a pointer.

Definition at line 114 of file core/mtcore/core.hpp.

◆ wchar

typedef wchar_t wchar

Alias for ints the same size as a wide character.

Definition at line 119 of file core/mtcore/core.hpp.