Typedefs

C:/knet/include/kNet/Types.h File Reference

Provides platform-independent fixed size types. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef unsigned char u8
 a single byte: 0-255.
typedef unsigned short u16
 2 bytes: 0 - 65535.
typedef unsigned int u32
 4 bytes: 0 - 4,294,967,295 ~ 4000 million or 4e9.
typedef unsigned long long u64
 8 bytes: 18,446,744,073,709,551,615 ~1.8e19.
typedef signed char s8
 a single byte: -128 - 127.
typedef signed short s16
 2 bytes: -32768 - 32767.
typedef signed int s32
 4 bytes signed: max 2,147,483,647 ~ 2000 million or 2e9.
typedef signed long long s64
 8 bytes signed. 9,223,372,036,854,775,807 ~ 9e18.

Detailed Description

Provides platform-independent fixed size types.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines