Stxxl
1.4.0
|
Contains BID references for stxxl::typed_block
, not intended for direct use.
More...
#include <typed_block.h>
Public Types | |
enum | { raw_size = RawSize_, nbids = NBids_ } |
typedef BID< raw_size > | bid_type |
Public Member Functions | |
bid_type & | operator() (int i) |
An operator to access bid references. | |
block_w_bids () | |
Public Attributes | |
bid_type | ref [nbids] |
Array of BID references. |
Contains BID references for stxxl::typed_block
, not intended for direct use.
Definition at line 119 of file typed_block.h.
typedef BID<raw_size> stxxl::block_w_bids< T, Size_, RawSize_, NBids_ >::bid_type |
Reimplemented in stxxl::typed_block< RawSize_, T_, NRef_, InfoType_ >.
Definition at line 128 of file typed_block.h.
anonymous enum |
Definition at line 122 of file typed_block.h.
stxxl::block_w_bids< T, Size_, RawSize_, NBids_ >::block_w_bids | ( | ) | [inline] |
Definition at line 139 of file typed_block.h.
bid_type& stxxl::block_w_bids< T, Size_, RawSize_, NBids_ >::operator() | ( | int | i | ) | [inline] |
An operator to access bid references.
Definition at line 134 of file typed_block.h.
bid_type stxxl::block_w_bids< T, Size_, RawSize_, NBids_ >::ref[nbids] |
Array of BID references.
Definition at line 131 of file typed_block.h.