|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Attributes | |
| std::uint32_t | version = FormatVersion |
| size_t | size = 0 |
| page_id_t | root_page = 0 |
| page_id_t | first_leaf_page = 0 |
| page_id_t | free_page_head = 0 |
| std::uint64_t | checkpoint_sequence = 0 |
| Array< Page > | pages |
Definition at line 205 of file tpl_file_bplus_tree.H.
| std::uint64_t Aleph::Gen_File_BPlus_Tree< Key, Compare, MinDegree, Codec >::Loaded_Image::checkpoint_sequence = 0 |
Definition at line 212 of file tpl_file_bplus_tree.H.
| page_id_t Aleph::Gen_File_BPlus_Tree< Key, Compare, MinDegree, Codec >::Loaded_Image::first_leaf_page = 0 |
Definition at line 210 of file tpl_file_bplus_tree.H.
| page_id_t Aleph::Gen_File_BPlus_Tree< Key, Compare, MinDegree, Codec >::Loaded_Image::free_page_head = 0 |
Definition at line 211 of file tpl_file_bplus_tree.H.
| Array<Page> Aleph::Gen_File_BPlus_Tree< Key, Compare, MinDegree, Codec >::Loaded_Image::pages |
Definition at line 213 of file tpl_file_bplus_tree.H.
| page_id_t Aleph::Gen_File_BPlus_Tree< Key, Compare, MinDegree, Codec >::Loaded_Image::root_page = 0 |
Definition at line 209 of file tpl_file_bplus_tree.H.
| size_t Aleph::Gen_File_BPlus_Tree< Key, Compare, MinDegree, Codec >::Loaded_Image::size = 0 |
Definition at line 208 of file tpl_file_bplus_tree.H.
| std::uint32_t Aleph::Gen_File_BPlus_Tree< Key, Compare, MinDegree, Codec >::Loaded_Image::version = FormatVersion |
Definition at line 207 of file tpl_file_bplus_tree.H.
Referenced by Aleph::Gen_File_BPlus_Tree< Key, Compare, MinDegree, Codec >::read_image().