|
libdom
|
#include <stdint.h>Go to the source code of this file.
Typedefs | |
| typedef int16_t | dom_short |
| typedef uint16_t | dom_ushort |
| typedef int32_t | dom_long |
| typedef uint32_t | dom_ulong |
| typedef int32_t dom_long |
The IDL spec(2nd ed) 3.10.7 defines a long type with 32bit range
| typedef int16_t dom_short |
The IDL spec(2nd ed) 3.10.5 defines a short type with 16bit range
| typedef uint32_t dom_ulong |
The IDL spec(2nd ed) 3.10.8 defines an unsigned long type with 32bit range
| typedef uint16_t dom_ushort |
The IDL spec(2nd ed) 3.10.6 defines an unsigned short type with 16bit range