|
Tkrzw
|
On-memory database manager implementations based on B+ tree. More...
#include <memory>#include <string>#include <string_view>#include <utility>#include <vector>#include <cinttypes>#include "tkrzw_dbm.h"#include "tkrzw_file.h"#include "tkrzw_key_comparators.h"#include "tkrzw_lib_common.h"Classes | |
| class | tkrzw::BabyDBM |
| On-memory database manager implementation based on B+ tree. More... | |
| class | tkrzw::BabyDBM::Iterator |
| Iterator for each record. More... | |
Namespaces | |
| tkrzw | |
| Common namespace of Tkrzw. | |
On-memory database manager implementations based on B+ tree.