Defines some general-purpose types used throughout the interface.
More...
|
| Boolean types |
| Defines boolean type with its possible values.
|
|
| Error types |
| Defines a type and ranges of possible return values from whole API.
|
|
|
typedef uint32_t | error_type |
| This is return value type of all API functions.
|
|
typedef int8_t | boolean_type |
| Boolean type supported in C.
|
|
typedef double | real_type |
| Floating point values.
|
|
typedef uint16_t | ushort_type |
| 16-bit unsigned integer
|
|
typedef int32_t | integer_type |
| 32-bit signed integer
|
|
typedef int64_t | offset_type |
| Offset type compatible with standard IO.
|
|
typedef uint32_t | size_type |
| Size type defined in standard library.
|
|
typedef int64_t | bigint_type |
| 64-bit signed integer type
|
|
typedef uint64_t | biguint_type |
| 64-bit unsigned integer type
|
|
typedef const char * | string_type |
| C-Style string.
|
|
typedef char * | byte_array_type |
| Writeable byte array.
|
|
Defines some general-purpose types used throughout the interface.