#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 | |
Stores block identity, given by file and offset within the file
| anonymous enum |
pointer to the file of the block
Referenced by block_manager::delete_block(), typed_block< sizeof(block_type::value_type), block_type::value_type >::read(), and typed_block< sizeof(block_type::value_type), block_type::value_type >::write().
offset within the file of the block
Referenced by typed_block< sizeof(block_type::value_type), block_type::value_type >::read(), and typed_block< sizeof(block_type::value_type), block_type::value_type >::write().
1.5.6