qxLib
Typedefs
typedefs.h File Reference
#include <cstddef>
#include <cstdint>
#include <limits>

Go to the source code of this file.

Typedefs

using mem_t = char *
 0 .. 255
 
using u8 = uint8_t
 0 .. 65 535
 
using u16 = uint16_t
 0 .. 4 294 967 295
 
using u32 = uint32_t
 0 .. 18 446 744 073 709 551 615
 
using u64 = uint64_t
 
using i8 = int8_t
 – 32 768 .. 32 767
 
using i16 = int16_t
 − 2 147 483 648 .. 2 147 483 647
 
using i32 = int32_t
 − 9 223 372 036 854 775 808 .. 9 223 372 036 854 775 807
 

Detailed Description

Author
Khrapov
Date
18.06.2019

Definition in file typedefs.h.

Typedef Documentation

◆ u64

using u64 = uint64_t
  • 128 .. 127

Definition at line 25 of file typedefs.h.