#include <cmath>#include <string>Go to the source code of this file.
Typedefs | |
| typedef unsigned char | uint8 |
| typedef signed char | int8 |
| typedef unsigned short | uint16 |
| typedef signed short | int16 |
| typedef unsigned int | uint32 |
| typedef signed int | int32 |
| typedef unsigned __int64 | uint64 |
| typedef signed __int64 | int64 |
Definition in file types.h.
1.6.3