#include <xvr2/xvr2config.h>
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 long long | UInt64 |
typedef long long | Int64 |
typedef long int | FileSizeT |
typedef long int | FileOffsetT |
typedef int | OSErrorCodeT |
typedef unsigned char UInt8 |
Definition at line 28 of file DataTypes.h.
typedef signed char Int8 |
Definition at line 29 of file DataTypes.h.
typedef unsigned short UInt16 |
Definition at line 30 of file DataTypes.h.
typedef signed short Int16 |
Definition at line 31 of file DataTypes.h.
typedef unsigned int UInt32 |
Definition at line 32 of file DataTypes.h.
typedef signed int Int32 |
Definition at line 33 of file DataTypes.h.
typedef unsigned long long UInt64 |
Definition at line 34 of file DataTypes.h.
typedef long long Int64 |
Definition at line 35 of file DataTypes.h.
typedef long int FileSizeT |
Definition at line 43 of file DataTypes.h.
typedef long int FileOffsetT |
Definition at line 44 of file DataTypes.h.
typedef int OSErrorCodeT |
Definition at line 45 of file DataTypes.h.