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