bitable  0.1
Ordered immutable key value storage system.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
BitableValue Struct Reference

#include <bitablecommon.h>

Data Fields

const void * data
 
int32_t size
 

Detailed Description

Represents a value used for keys/value data by bitable. Basically a pointer to a data buffer and a size.

Field Documentation

const void* BitableValue::data

A pointer to the data associated with the value.

int32_t BitableValue::size

The size (in bytes) of the value. Maximum value is 2^31.


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