|
Stxxl 1.3.1
|
Specialization of block identifier class (BID) for variable size block size. More...
#include <bid.h>

Public Types | |
| enum | { t_size = 0 } |
Public Member Functions | |
| BID (file *f, stxxl::int64 o, unsigned s) | |
| bool | valid () const |
Public Attributes | |
| file * | storage |
| pointer to the file of the block | |
| stxxl::int64 | offset |
| offset within the file of the block | |
| unsigned | size |
| size of the block in bytes | |
Specialization of block identifier class (BID) for variable size block size.
Stores block identity, given by file, offset within the file, and size of the block
1.7.3