IonDB.h
Go to the documentation of this file.
1 /******************************************************************************/
35 /******************************************************************************/
36 
37 #if !defined(IONDB_H)
38 #define IONDB_H
39 
40 #include "key_value/kv_system.h"
41 #include "cpp_wrapper/Dictionary.h"
42 #include "cpp_wrapper/FlatFile.h"
45 #include "cpp_wrapper/BppTree.h"
46 #include "cpp_wrapper/SkipList.h"
47 
48 #include "serial/serial_c_iface.h"
49 
50 #endif
C++ implementation of a B+ tree dictionary.
Provides a printf implementaton for C code running from inside an Arduino Sketch. ...
The C++ implementation of a skip list dictionary.
The C++ implementation of an open address hash based dictionary.
This file contains commonly used types and some helpful macros.
The C++ implementation of a flat file dictionary.
Interface describing how user interacts with general dictionaries using C++.
The C++ implementation of an open address file hash based dictionary.