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