Tkrzw
Classes | Namespaces
tkrzw_dbm_tiny.h File Reference

On-memory database manager implementations based on hash table. 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::TinyDBM
 On-memory database manager implementation based on hash table. More...
 
class  tkrzw::TinyDBM::Iterator
 Iterator for each record. More...
 

Namespaces

 tkrzw
 Common namespace of Tkrzw.
 

Detailed Description

On-memory database manager implementations based on hash table.