|
Tkrzw
|
File database manager implementation based on B+ tree. More...
#include <memory>#include <string>#include <string_view>#include <utility>#include <vector>#include <cinttypes>#include "tkrzw_dbm.h"#include "tkrzw_dbm_hash.h"#include "tkrzw_file.h"#include "tkrzw_key_comparators.h"#include "tkrzw_lib_common.h"Classes | |
| class | tkrzw::TreeDBM |
| File database manager implementation based on B+ tree. More... | |
| class | tkrzw::TreeDBM::Iterator |
| Iterator for each record. More... | |
| struct | tkrzw::TreeDBM::TuningParameters |
| Tuning parameters for the database. More... | |
Namespaces | |
| tkrzw | |
| Common namespace of Tkrzw. | |
File database manager implementation based on B+ tree.