Block identifier class. More...
#include <mng.h>


Public Types | |
| enum | { size = SIZE, t_size = SIZE } | 
Public Attributes | |
| file * | storage | 
| pointer to the file of the block   | |
| stxxl::int64 | offset | 
| offset within the file of the block   | |
Block identifier class.
Stores block identity, given by file and offset within the file
| anonymous enum | 
offset within the file of the block
Referenced by block_manager::delete_block(), typed_block< sizeof(value_type), value_type >::read(), and typed_block< sizeof(value_type), value_type >::write().
pointer to the file of the block
Referenced by block_manager::delete_block(), typed_block< sizeof(value_type), value_type >::read(), and typed_block< sizeof(value_type), value_type >::write().
 1.7.1