stxxl::typed_block
, not intended for direct use.
More...
#include <mng.h>
Inheritance diagram for block_w_info< T_, RawSize_, NBids_, InfoType_ >:
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. |
stxxl::typed_block
, not intended for direct use.
typedef InfoType_ block_w_info< T_, RawSize_, NBids_, InfoType_ >::info_type |
Type of per block information element.
info_type block_w_info< T_, RawSize_, NBids_, InfoType_ >::info |
Per block information element.