GATE
C/C++ Framework
Loading...
Searching...
No Matches
gatetypes_primitives.h File Reference

primitive base types (integer and floating point numbers) More...

#include "gate/gatetypes_arch.h"
#include <limits.h>
#include <stddef.h>
#include <wchar.h>

Typedefs

typedef size_t gate_size_t
typedef char gate_char8_t
typedef unsigned short gate_char16_t
typedef wchar_t gate_char32_t
typedef float gate_real32_t
typedef double gate_real64_t

Detailed Description

primitive base types (integer and floating point numbers)

Typedef Documentation

◆ gate_size_t

typedef size_t gate_size_t

memory-related size

◆ gate_char8_t

typedef char gate_char8_t

UTF 8 character

◆ gate_char16_t

typedef unsigned short gate_char16_t

UTF 16 character

◆ gate_char32_t

typedef wchar_t gate_char32_t

UTF 32 character

◆ gate_real32_t

typedef float gate_real32_t

basic 32-bit floating point number

◆ gate_real64_t

typedef double gate_real64_t

basic 64-bit floating point number