Go to the source code of this file.
Typedefs | |
typedef int | int32 |
typedef short int | int16 |
typedef unsigned int | uint32 |
typedef unsigned short int | uint16 |
typedef int * | INT_PQ |
typedef unsigned int * | UINT_PQ |
typedef unsigned int * | UINT32_PQ |
typedef void * | VOID_PQ |
typedef void ** | VOID_PPQ |
typedef long long * | INT64_PQ |
typedef unsigned long long * | UINT64_PQ |
typedef unsigned long long ** | UINT64_PPQ |
typedef char * | CHAR_PQ |
typedef char ** | CHAR_PPQ |
typedef short * | SHORT_PQ |
typedef unsigned short * | USHORT_PQ |
typedef char** CHAR_PPQ |
Definition at line 19 of file far_pointers.h.
typedef char* CHAR_PQ |
Definition at line 18 of file far_pointers.h.
typedef short int int16 |
Definition at line 6 of file far_pointers.h.
typedef int int32 |
Definition at line 5 of file far_pointers.h.
typedef long long* INT64_PQ |
Definition at line 15 of file far_pointers.h.
typedef int* INT_PQ |
Definition at line 10 of file far_pointers.h.
typedef short* SHORT_PQ |
Definition at line 20 of file far_pointers.h.
typedef unsigned short int uint16 |
Definition at line 8 of file far_pointers.h.
typedef unsigned int uint32 |
Definition at line 7 of file far_pointers.h.
typedef unsigned int* UINT32_PQ |
Definition at line 12 of file far_pointers.h.
typedef unsigned long long** UINT64_PPQ |
Definition at line 17 of file far_pointers.h.
typedef unsigned long long* UINT64_PQ |
Definition at line 16 of file far_pointers.h.
typedef unsigned int* UINT_PQ |
Definition at line 11 of file far_pointers.h.
typedef unsigned short* USHORT_PQ |
Definition at line 21 of file far_pointers.h.
typedef void** VOID_PPQ |
Definition at line 14 of file far_pointers.h.
typedef void* VOID_PQ |
Definition at line 13 of file far_pointers.h.