upscaledb  2.2.1
Macros
upscaledb Key Types

Macros

#define UPS_TYPE_BINARY   0
 
#define UPS_TYPE_CUSTOM   1
 
#define UPS_TYPE_UINT8   3
 
#define UPS_TYPE_UINT16   5
 
#define UPS_TYPE_UINT32   7
 
#define UPS_TYPE_UINT64   9
 
#define UPS_TYPE_REAL32   11
 
#define UPS_TYPE_REAL64   12
 

Detailed Description

Macro Definition Documentation

#define UPS_TYPE_BINARY   0

A binary blob without type; sorted by memcmp

Definition at line 314 of file upscaledb.h.

#define UPS_TYPE_CUSTOM   1

A binary blob without type; sorted by callback function

Definition at line 316 of file upscaledb.h.

Referenced by main().

#define UPS_TYPE_REAL32   11

An 32-bit float

Definition at line 326 of file upscaledb.h.

#define UPS_TYPE_REAL64   12

An 64-bit double

Definition at line 328 of file upscaledb.h.

#define UPS_TYPE_UINT16   5

An unsigned 16-bit integer

Definition at line 320 of file upscaledb.h.

#define UPS_TYPE_UINT32   7

An unsigned 32-bit integer

Definition at line 322 of file upscaledb.h.

Referenced by main(), and run_demo().

#define UPS_TYPE_UINT64   9

An unsigned 64-bit integer

Definition at line 324 of file upscaledb.h.

#define UPS_TYPE_UINT8   3

An unsigned 8-bit integer

Definition at line 318 of file upscaledb.h.