|
PST File Format SDK v0.4
|
Collaboration diagram for NDB Layer:Modules | |
| Database | |
| Node | |
| Blocks | |
| Pages | |
Files | |
| file | database.h |
| Database implementation. | |
| file | database_iface.h |
| Database interface. | |
| file | node.h |
| Node and Block definitions. | |
| file | page.h |
| Page definitions. | |
Classes | |
| struct | pstsdk::block_info |
| An in memory, database format agnostic version of disk::bbt_leaf_entry. More... | |
| struct | pstsdk::page_info |
| An in memory, database format agnostic version of disk::block_reference used specifically for the page class hierarchy. More... | |
| struct | pstsdk::node_info |
| An in memory, database format agnostic version of disk::nbt_leaf_entry. More... | |
| struct | pstsdk::subnode_info |
| An in memory, database format agnostic version of disk::sub_leaf_entry. More... | |