|
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 More... | |
| stxxl::int64 | offset |
| offset within the file of the block More... | |
| unsigned | size |
| size of the block in bytes More... | |
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
| stxxl::int64 BID< 0 >::offset |
offset within the file of the block
| unsigned BID< 0 >::size |
size of the block in bytes
1.8.5