MrSID Decode SDK for Raster Reference Manual  9.5.4.4709
lt_types.h File Reference

Declaration of standard types and limits in a C-interface. More...

#include <limits.h>
#include <float.h>
#include "lt_platform.h"

Go to the source code of this file.

Typedefs

Fundamental types

We provide typdefs for all the basic C datatypes.

Note
80 and 128-bit floats are inherently unportable, so we do not use them.
typedef signed char lt_int8
 signed 8-bit integer More...
 
typedef unsigned char lt_uint8
 unsigned 8-bit integer More...
 
typedef signed short lt_int16
 signed 16-bit integer More...
 
typedef unsigned short lt_uint16
 unsigned 16-bit integer More...
 
typedef signed int lt_int32
 signed 32-bit integer More...
 
typedef unsigned int lt_uint32
 unsigned 32-bit integer More...
 
typedef float lt_float32
 32-bit floating point (DEPRECATED) More...
 
typedef double lt_float64
 64-bit floating point (DEPRECATED) More...
 
typedef char lt_ascii
 (DEPRECATED) More...
 
typedef lt_uint8 lt_utf8
 (DEPRECATED) More...
 
typedef lt_uint16 lt_utf16
 (DEPRECATED) More...
 
typedef lt_uint32 lt_utf32
 (DEPRECATED) More...
 

Detailed Description

Note
This file is C-callable.

Definition in file lt_types.h.

Typedef Documentation

typedef char lt_ascii

typedefs of basic character set related types

Definition at line 145 of file lt_types.h.

typedef float lt_float32

Definition at line 56 of file lt_types.h.

typedef double lt_float64

Definition at line 58 of file lt_types.h.

typedef signed short lt_int16

Definition at line 48 of file lt_types.h.

typedef signed int lt_int32

Definition at line 52 of file lt_types.h.

typedef signed char lt_int8

Definition at line 44 of file lt_types.h.

typedef unsigned short lt_uint16

Definition at line 50 of file lt_types.h.

typedef unsigned int lt_uint32

Definition at line 54 of file lt_types.h.

typedef unsigned char lt_uint8

Definition at line 46 of file lt_types.h.

typedefs of basic character set related types

Definition at line 148 of file lt_types.h.

typedefs of basic character set related types

Definition at line 149 of file lt_types.h.

typedef lt_uint8 lt_utf8

typedefs of basic character set related types

Definition at line 146 of file lt_types.h.


LizardTech