STXXL
1.4.1
|
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
Public Types | |
enum | { t_size = 0 } |
Public Member Functions | |
BID () | |
BID (file *f, stxxl::int64 o, unsigned s) | |
bool | valid () const |
Public Attributes | |
stxxl::int64 | offset |
offset within the file of the block More... | |
unsigned | size |
size of the block in bytes More... | |
file * | storage |
pointer to the file of the block More... | |
anonymous enum |
|
inline |
|
inline |
|
inline |
stxxl::int64 stxxl::BID< 0 >::offset |
unsigned stxxl::BID< 0 >::size |
file* stxxl::BID< 0 >::storage |