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