Otclient  14/8/2020
types.h File Reference
#include <cstdint>
#include <cstddef>
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef unsigned char uchar
 
typedef unsigned short ushort
 
typedef unsigned int uint
 
typedef unsigned long ulong
 
typedef uint64_t uint64
 
typedef uint32_t uint32
 
typedef uint16_t uint16
 
typedef uint8_t uint8
 
typedef int64_t int64
 
typedef int32_t int32
 
typedef int16_t int16
 
typedef int8_t int8
 
typedef int64 ticks_t
 
typedef uint_fast32_t refcount_t
 

Typedef Documentation

◆ int16

typedef int16_t int16

Definition at line 40 of file types.h.

◆ int32

typedef int32_t int32

Definition at line 39 of file types.h.

◆ int64

typedef int64_t int64

Definition at line 38 of file types.h.

◆ int8

typedef int8_t int8

Definition at line 41 of file types.h.

◆ refcount_t

typedef uint_fast32_t refcount_t

Definition at line 44 of file types.h.

◆ ticks_t

typedef int64 ticks_t

Definition at line 43 of file types.h.

◆ uchar

typedef unsigned char uchar

Definition at line 29 of file types.h.

◆ uint

typedef unsigned int uint

Definition at line 31 of file types.h.

◆ uint16

typedef uint16_t uint16

Definition at line 36 of file types.h.

◆ uint32

typedef uint32_t uint32

Definition at line 35 of file types.h.

◆ uint64

typedef uint64_t uint64

Definition at line 34 of file types.h.

◆ uint8

typedef uint8_t uint8

Definition at line 37 of file types.h.

◆ ulong

typedef unsigned long ulong

Definition at line 32 of file types.h.

◆ ushort

typedef unsigned short ushort

Definition at line 30 of file types.h.