Open Inventor Reference
SbTypeDefs.h File Reference

Go to the source code of this file.

Typedefs

typedef signed int int32_t
 
typedef unsigned int uint32_t
 
typedef signed short int int16_t
 
typedef unsigned short int uint16_t
 
typedef signed char int8_t
 
typedef unsigned char uint8_t
 

Typedef Documentation

◆ int16_t

typedef signed short int int16_t

Definition at line 46 of file SbTypeDefs.h.

◆ int32_t

typedef signed int int32_t

Definition at line 43 of file SbTypeDefs.h.

◆ int8_t

typedef signed char int8_t

Definition at line 49 of file SbTypeDefs.h.

◆ uint16_t

typedef unsigned short int uint16_t

Definition at line 47 of file SbTypeDefs.h.

◆ uint32_t

typedef unsigned int uint32_t

Definition at line 44 of file SbTypeDefs.h.

◆ uint8_t

typedef unsigned char uint8_t

Definition at line 50 of file SbTypeDefs.h.