#include <hyperpage.hpp>
|
| reader (const std::string &db_path) |
| Constructs a reader for the hyperpage database.
|
|
std::unique_ptr< page > | load (const std::string &page_path) |
| Loads a page from the hyperpage database.
|
|
◆ reader()
hyperpage::reader::reader |
( |
const std::string & | db_path | ) |
|
Constructs a reader for the hyperpage database.
- Parameters
-
db_path | The path to the hyperpage database file. |
◆ load()
std::unique_ptr< page > hyperpage::reader::load |
( |
const std::string & | page_path | ) |
|
Loads a page from the hyperpage database.
- Parameters
-
page_path | The path of the page to load. |
- Returns
- A unique pointer to the loaded page, or nullptr if not found.
The documentation for this class was generated from the following file: