|
PST File Format SDK v0.4
|
BBT leaf page. More...
#include <disk.h>
Inheritance diagram for pstsdk::disk::bbt_leaf_page< T >:
Collaboration diagram for pstsdk::disk::bbt_leaf_page< T >:Additional Inherited Members | ||
Public Attributes inherited from pstsdk::disk::bt_page< T, bbt_leaf_entry< T > > | ||
| bbt_leaf_entry< T > | entries [max_entries] | |
| byte | _ignore [extra_space] | |
| union { | ||
| EntryType entries [max_entries] | ||
| byte _ignore [extra_space] | ||
| }; | ||
| byte | num_entries | |
| Number of entries on this page. | ||
| byte | num_entries_max | |
| Maximum number of entries on this page. | ||
| byte | entry_size | |
| The size of each entry. | ||
| byte | level | |
| The level of this page. A level of zero indicates a leaf. | ||
| page_trailer< T > | trailer | |
| The page trailer. | ||
Static Public Attributes inherited from pstsdk::disk::bt_page< T, bbt_leaf_entry< T > > | ||
| static const size_t | extra_space | |
| static const size_t | max_entries | |
| Maximum number of entries on a page. | ||
BBT leaf page.
A BTree page instance. The BBT leaf page has an array of bbt_leaf_entries ordered by block id, which describe the blocks in the database.