KMR
Public Attributes | List of all members
kmr_unit_sized Union Reference

Unit-Sized Storage. More...

#include <kmr.h>

Public Attributes

double d
 
long i
 
const char * p
 

Detailed Description

Unit-Sized Storage.

A key or a value is passed around as unit-sized data. It is accessed by ".i" for KMR_KV_INTEGER, ".d" for KMR_KV_FLOAT8, and ".p" KMR_KV_OPAQUE or other pointer cases. It appears in struct kmr_kv_box.

Definition at line 383 of file kmr.h.


The documentation for this union was generated from the following file: