|
MT Core (C++)
Core library for replacing C++ standard in project usage
|
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. | |
Type definitions and aliases.
| typedef float f32 |
Alias for 32-bit floats.
Definition at line 59 of file core/mtcore/core.hpp.
| typedef double f64 |
Alias for 64-bit floats.
Definition at line 64 of file core/mtcore/core.hpp.
| typedef long double f80 |
Alias for 80-bit floats.
Definition at line 69 of file core/mtcore/core.hpp.
| typedef int16_t i16 |
Alias for 16-bit ints.
Definition at line 79 of file core/mtcore/core.hpp.
| typedef int32_t i32 |
Alias for 32-bit ints.
Definition at line 84 of file core/mtcore/core.hpp.
| typedef int64_t i64 |
Alias for 64-bit ints.
Definition at line 89 of file core/mtcore/core.hpp.
| typedef int8_t i8 |
Alias for 8-bit ints.
Definition at line 74 of file core/mtcore/core.hpp.
| typedef uint16_t u16 |
Alias for 16-bit unsigned ints.
Definition at line 99 of file core/mtcore/core.hpp.
| typedef uint32_t u32 |
Alias for 32-bit unsigned ints.
Definition at line 104 of file core/mtcore/core.hpp.
| typedef uint64_t u64 |
Alias for 64-bit unsigned ints.
Definition at line 109 of file core/mtcore/core.hpp.
| typedef uint8_t u8 |
Alias for 8-bit unsigned ints.
Definition at line 94 of file core/mtcore/core.hpp.
| typedef uintptr_t uptr |
Alias for ints the same size as a pointer.
Definition at line 114 of file core/mtcore/core.hpp.
| typedef wchar_t wchar |
Alias for ints the same size as a wide character.
Definition at line 119 of file core/mtcore/core.hpp.