< Home

< Programming Guide

< Supported File Formats

REFERENCE MANUAL

Typedefs
Fundamental Type Definitions

Typedefs

typedef signed char A3DBool
 
typedef void * A3DPtr
 
typedef void A3DVoid
 
typedef signed char A3DInt8
 
typedef unsigned char A3DUns8
 
typedef short int A3DInt16
 
typedef unsigned short int A3DUns16
 
typedef long int A3DInt32
 
typedef unsigned long int A3DUns32
 
typedef float A3DFloat
 
typedef double A3DDouble
 
typedef char A3DUTF8Char
 
typedef char A3DUniChar
 

Detailed Description

Version
2.0

Typedef Documentation

typedef signed char A3DBool

Standard boolean type.

typedef void* A3DPtr

Void pointer.

typedef void A3DVoid

Void.

typedef signed char A3DInt8

Signed integer guaranteed to be 8-bit on all platforms.

typedef unsigned char A3DUns8

Unsigned integer guaranteed to be 8-bit on all platforms.

typedef short int A3DInt16

Signed integer guaranteed to be 16-bit on all platforms.

typedef unsigned short int A3DUns16

Unsigned integer guaranteed to be 16-bit on all platforms.

typedef long int A3DInt32

Signed integer guaranteed to be 32-bit on all platforms.

typedef unsigned long int A3DUns32

Unsigned integer guaranteed to be 32-bit on all platforms.

typedef float A3DFloat

Standard C float type.

typedef double A3DDouble

Standard C double type.

typedef char A3DUTF8Char

Standard UTF-8 char type.

typedef char A3DUniChar

Standard Non-Unicode char type.