Fairport
v1.0.38
|
BTH node. More...
#include <disk.h>
Public Attributes | |
EntryType | entries [1] |
Array of entries. |
BTH node.
A BTH node is simply an array of entries, where the entry is either a bth_nonleaf_entry or a bth_leaf_entry. Clients must keep track of the current level as they are recursing down a BTH, starting with the value stored in the bth_header.
The number of entries is determined simply by the size of the heap allocation divided by the size of the EntryType.
EntryType | The entry type in this BTH. In practice eitehr a bth_leaf_entry or bth_nonleaf_entry. |
EntryType fairport::disk::bth_node< EntryType >::entries[1] |