|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Internal helpers for snapshot-backed persistent tree wrappers. More...
#include <array>#include <bit>#include <cstdint>#include <cstring>#include <filesystem>#include <fstream>#include <string>#include <type_traits>#include <ah-errors.H>#include <tpl_array.H>Go to the source code of this file.
Classes | |
| struct | Aleph::detail::Ordered_Tree_Snapshot_Header |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
| namespace | Aleph::detail |
Variables | |
| constexpr size_t | Aleph::detail::Ordered_Tree_Snapshot_Magic_Size = 16 |
| constexpr std::uint32_t | Aleph::detail::Ordered_Tree_Snapshot_Version = 1 |
Internal helpers for snapshot-backed persistent tree wrappers.
This header centralizes the low-level binary I/O used by Aleph::File_B_Tree and Aleph::File_BPlus_Tree.
Definition in file tpl_tree_snapshot.H.