Hyperpage
 
Loading...
Searching...
No Matches
hyperpage::writer Class Reference

#include <hyperpage.hpp>

Public Member Functions

 writer (const std::string &db_path)
 Constructs a writer for the hyperpage database.
 
void store (const page &page)
 Stores a page in the hyperpage database.
 

Constructor & Destructor Documentation

◆ writer()

hyperpage::writer::writer ( const std::string & db_path)

Constructs a writer for the hyperpage database.

Parameters
db_pathThe path to the hyperpage database file.

Member Function Documentation

◆ store()

void hyperpage::writer::store ( const page & page)

Stores a page in the hyperpage database.

Parameters
pageThe page to store.

The documentation for this class was generated from the following file: