Vanilla.PDF  1.5.2
Cross-platform toolkit for creating and modifying PDF documents
Modules | Typedefs
Types

Defines some general-purpose types used throughout the interface. More...

Modules

 Boolean types
 Defines boolean type with its possible values.
 
 Error types
 Defines a type and ranges of possible return values from whole API.
 

Typedefs

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.
 

Detailed Description

Defines some general-purpose types used throughout the interface.