|
PST File Format SDK v0.4
|
BTH Leaf node. More...
#include <disk.h>
Inheritance diagram for pstsdk::disk::bth_leaf_node< K, V >:
Collaboration diagram for pstsdk::disk::bth_leaf_node< K, V >:Additional Inherited Members | |
Public Attributes inherited from pstsdk::disk::bth_node< bth_leaf_entry< K, V > > | |
| bth_leaf_entry< K, V > | entries [1] |
| Array of entries. | |
BTH Leaf node.
Instance of a BTH node, with bth_leaf_entry for entries.
| K | The key type |
| V | The value type |