Tkrzw
Classes | Namespaces
tkrzw_dbm_baby.h File Reference

On-memory database manager implementations based on B+ tree. More...

#include <memory>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
#include <cinttypes>
#include "tkrzw_dbm.h"
#include "tkrzw_file.h"
#include "tkrzw_key_comparators.h"
#include "tkrzw_lib_common.h"

Classes

class  tkrzw::BabyDBM
 On-memory database manager implementation based on B+ tree. More...
 
class  tkrzw::BabyDBM::Iterator
 Iterator for each record. More...
 

Namespaces

 tkrzw
 Common namespace of Tkrzw.
 

Detailed Description

On-memory database manager implementations based on B+ tree.