|
PST File Format SDK v0.4
|
The combination of the id and physical location of a block or page. More...
#include <disk.h>
Inheritance diagram for pstsdk::disk::block_reference< T >:
Collaboration diagram for pstsdk::disk::block_reference< T >:Public Types | |
| typedef T | block_id_disk |
| typedef T | location |
Public Attributes | |
| block_id_disk | bid |
| The id of the referenced object. | |
| location | ib |
| The location on disk (index byte) of the referenced object. | |
The combination of the id and physical location of a block or page.
| typedef T pstsdk::disk::block_reference< T >::block_id_disk |
| typedef T pstsdk::disk::block_reference< T >::location |
| block_id_disk pstsdk::disk::block_reference< T >::bid |
| location pstsdk::disk::block_reference< T >::ib |