libdom
Loading...
Searching...
No Matches
Typedefs
inttypes.h File Reference
#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 Documentation

◆ dom_long

typedef int32_t dom_long

The IDL spec(2nd ed) 3.10.7 defines a long type with 32bit range

◆ dom_short

typedef int16_t dom_short

The IDL spec(2nd ed) 3.10.5 defines a short type with 16bit range

◆ dom_ulong

typedef uint32_t dom_ulong

The IDL spec(2nd ed) 3.10.8 defines an unsigned long type with 32bit range

◆ dom_ushort

typedef uint16_t dom_ushort

The IDL spec(2nd ed) 3.10.6 defines an unsigned short type with 16bit range