MrSID Decode SDK for Raster Reference Manual
9.5.1.4427
|
Declaration of standard types and limits in a C-interface. More...
Go to the source code of this file.
Typedefs | |
Fundamental types | |
We provide typdefs for all the basic C datatypes.
| |
typedef signed char | lt_int8 |
signed 8-bit integer | |
typedef unsigned char | lt_uint8 |
unsigned 8-bit integer | |
typedef signed short | lt_int16 |
signed 16-bit integer | |
typedef unsigned short | lt_uint16 |
unsigned 16-bit integer | |
typedef signed int | lt_int32 |
signed 32-bit integer | |
typedef unsigned int | lt_uint32 |
unsigned 32-bit integer | |
typedef float | lt_float32 |
32-bit floating point (DEPRECATED) | |
typedef double | lt_float64 |
64-bit floating point (DEPRECATED) | |
typedef char | lt_ascii |
(DEPRECATED) | |
typedef lt_uint8 | lt_utf8 |
(DEPRECATED) | |
typedef lt_uint16 | lt_utf16 |
(DEPRECATED) | |
typedef lt_uint32 | lt_utf32 |
(DEPRECATED) |
Definition in file lt_types.h.
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.
typedefs of basic character set related types
Definition at line 146 of file lt_types.h.