Tkrzw
|
On-memory database manager implementations with the C++ standard containers. 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::StdHashDBM |
On-memory database manager implemented with std::unordered_map. More... | |
class | tkrzw::StdHashDBM::Iterator |
Iterator for each record. More... | |
class | tkrzw::StdTreeDBM |
On-memory database manager implemented with std::map. More... | |
class | tkrzw::StdTreeDBM::Iterator |
Iterator for each record. More... | |
Namespaces | |
tkrzw | |
Common namespace of Tkrzw. | |
On-memory database manager implementations with the C++ standard containers.