BID< SIZE > Struct Template Reference
[Block management layer]

Stores block identity, given by file and offset within the file. More...

#include <mng.h>

Inheritance diagram for BID< SIZE >:

[legend]
Collaboration diagram for BID< SIZE >:
[legend]
List of all members.

Public Types

 size = SIZE
 Block size.
 t_size = SIZE
 Blocks size, given by the parameter.
enum  { size = SIZE, t_size = SIZE }

Public Attributes

filestorage
 pointer to the file of the block
stxxl::int64 offset
 offset within the file of the block

Detailed Description

template<unsigned SIZE>
struct BID< SIZE >

Stores block identity, given by file and offset within the file.


Member Enumeration Documentation

template<unsigned SIZE>
anonymous enum

Enumerator:
size  Block size.
t_size  Blocks size, given by the parameter.


Member Data Documentation

template<unsigned SIZE>
stxxl::int64 BID< SIZE >::offset

offset within the file of the block

template<unsigned SIZE>
file* BID< SIZE >::storage

pointer to the file of the block


The documentation for this struct was generated from the following file:
Generated on Thu Jun 4 10:21:48 2009 for Stxxl by  doxygen 1.4.7