Tkrzw
|
Implementation components for the hash database manager. More...
#include <iostream>
#include <limits>
#include <mutex>
#include <set>
#include <string>
#include <string_view>
#include <vector>
#include <cinttypes>
#include <cstdarg>
#include "tkrzw_dbm.h"
#include "tkrzw_file.h"
#include "tkrzw_lib_common.h"
Classes | |
class | tkrzw::HashRecord |
Key and value record structure in the file hash database. More... | |
class | tkrzw::OffsetReader |
Reader of a sequence of offsets. More... | |
struct | tkrzw::FreeBlock |
Free block structure. More... | |
class | tkrzw::FreeBlockPool |
Registry of free blocks. More... | |
Namespaces | |
tkrzw | |
Common namespace of Tkrzw. | |
Implementation components for the hash database manager.