Specialization of block identifier class (
BID) for variable size block size.
More...
#include <mng.h>
List of all members.
|
Public Types |
enum | { t_size = 0
} |
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
|
Detailed Description
template<>
struct BID< 0 >
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
Member Enumeration Documentation
- Enumerator:
-
t_size |
Blocks size, given by the parameter. |
Member Data Documentation
offset within the file of the block
size of the block in bytes
pointer to the file of the block
The documentation for this struct was generated from the following file: