ion_record Struct Reference

Struct used to maintain key and value. More...

#include <kv_system.h>

Collaboration diagram for ion_record:

Public Attributes

ion_key_t key
 
ion_value_t value
 

Detailed Description

Struct used to maintain key and value.

Definition at line 315 of file kv_system.h.

Member Data Documentation

ion_key_t ion_record::key

pointer to a key

Definition at line 316 of file kv_system.h.

ion_value_t ion_record::value

a pointer to value

Definition at line 318 of file kv_system.h.


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