xtd_c - Reference Guide 0.2.0
types

Definition

Types definitions.

Typedefs

typedef uint8_t byte
 Represents a 8-bit unsigned integer. More...
 
typedef uint16_t char16
 Represents a 8-bit unicode character. More...
 
typedef uint32_t char32
 Represents a 32-bit unicode character. More...
 
typedef char char8
 Represents a 16-bit unicode character. More...
 
typedef decimal_t decimal
 Represents a decimal-precision floating-point number. More...
 
typedef int16_t int16
 Represents a 16-bit signed integer. More...
 
typedef int32_t int32
 Represents a 32-bit signed integer. More...
 
typedef int64_t int64
 Represents a 64-bit signed integer. More...
 
typedef intptr_t intptr
 Represent a pointer or a handle. More...
 
typedef wchar_t wchar
 Represents a wide character. More...
 
typedef void * xtd_handle
 Represent a pointer or a handle. More...
 

Typedef Documentation

◆ byte

typedef uint8_t byte

Represents a 8-bit unsigned integer.

Library
xtd_c.core

◆ char16

typedef uint16_t char16

Represents a 8-bit unicode character.

Library
xtd_c.core

◆ char32

typedef uint32_t char32

Represents a 32-bit unicode character.

Library
xtd_c.core

◆ char8

typedef char char8

Represents a 16-bit unicode character.

Library
xtd_c.core

◆ decimal

typedef decimal_t decimal

Represents a decimal-precision floating-point number.

Library
xtd_c.core

◆ int16

typedef int16_t int16

Represents a 16-bit signed integer.

Library
xtd_c.core

◆ int32

typedef int32_t int32

Represents a 32-bit signed integer.

Library
xtd_c.core

◆ int64

typedef int64_t int64

Represents a 64-bit signed integer.

Library
xtd_c.core

◆ intptr

typedef intptr_t intptr

Represent a pointer or a handle.

Library
xtd_c.core

◆ wchar

typedef wchar_t wchar

Represents a wide character.

Library
xtd_c.core

◆ xtd_handle

typedef void* xtd_handle

Represent a pointer or a handle.

Library
xtd_c.core