|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <tpl_tree_snapshot.H>
Public Attributes | |
| char | magic [Ordered_Tree_Snapshot_Magic_Size] = {} |
| std::uint32_t | version = 0 |
| std::uint32_t | key_size = 0 |
| std::uint64_t | min_degree = 0 |
| std::uint64_t | count = 0 |
Definition at line 62 of file tpl_tree_snapshot.H.
| std::uint64_t Aleph::detail::Ordered_Tree_Snapshot_Header::count = 0 |
Definition at line 68 of file tpl_tree_snapshot.H.
Referenced by Aleph::detail::load_ordered_tree_snapshot(), and Aleph::detail::save_ordered_tree_snapshot().
| std::uint32_t Aleph::detail::Ordered_Tree_Snapshot_Header::key_size = 0 |
Definition at line 66 of file tpl_tree_snapshot.H.
Referenced by Aleph::detail::ordered_tree_validate_header(), and Aleph::detail::save_ordered_tree_snapshot().
| char Aleph::detail::Ordered_Tree_Snapshot_Header::magic[Ordered_Tree_Snapshot_Magic_Size] = {} |
Definition at line 64 of file tpl_tree_snapshot.H.
Referenced by Aleph::detail::ordered_tree_validate_header(), and Aleph::detail::save_ordered_tree_snapshot().
| std::uint64_t Aleph::detail::Ordered_Tree_Snapshot_Header::min_degree = 0 |
Definition at line 67 of file tpl_tree_snapshot.H.
Referenced by Aleph::detail::ordered_tree_validate_header(), and Aleph::detail::save_ordered_tree_snapshot().
| std::uint32_t Aleph::detail::Ordered_Tree_Snapshot_Header::version = 0 |
Definition at line 65 of file tpl_tree_snapshot.H.
Referenced by Aleph::detail::ordered_tree_validate_header(), and Aleph::detail::save_ordered_tree_snapshot().