|
MrSID Decode SDK for Raster Reference Manual
9.5.4.4709
|
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 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... | |
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.
| LizardTech |