block_w_info< T_, RawSize_, NBids_, InfoType_ > Class Template Reference
[Block management layer]

Contains per block information for stxxl::typed_block , not intended for direct use. More...

#include <mng.h>

Inheritance diagram for block_w_info< T_, RawSize_, NBids_, InfoType_ >:

[legend]
Collaboration diagram for block_w_info< T_, RawSize_, NBids_, InfoType_ >:
[legend]
List of all members.

Public Types

typedef InfoType_ info_type
 Type of per block information element.
 size = ((RawSize_ - sizeof(BID<RawSize_>) * NBids_ - sizeof(InfoType_)) / sizeof(T_))
 number of elements in the block

Public Attributes

info_type info
 Per block information element.

Detailed Description

template<class T_, unsigned RawSize_, unsigned NBids_, class InfoType_ = void>
class block_w_info< T_, RawSize_, NBids_, InfoType_ >

Contains per block information for stxxl::typed_block , not intended for direct use.


Member Typedef Documentation

template<class T_, unsigned RawSize_, unsigned NBids_, class InfoType_ = void>
typedef InfoType_ block_w_info< T_, RawSize_, NBids_, InfoType_ >::info_type

Type of per block information element.


Member Data Documentation

template<class T_, unsigned RawSize_, unsigned NBids_, class InfoType_ = void>
info_type block_w_info< T_, RawSize_, NBids_, InfoType_ >::info

Per block information element.


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