|
PST File Format SDK v0.4
|
Database interface. More...
Include dependency graph for database_iface.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
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... | |
| class | pstsdk::db_context |
| Database external interface. More... | |
Namespaces | |
| namespace | pstsdk |
| Contains the definition of all in memory representations of disk structures. | |
Database interface.
Contains the db_context interface as well as some broadly used primitive in memory types and typedefs.
Definition in file database_iface.h.