|
Stxxl
1.2.1
|
Contains per block information for stxxl::typed_block , not intended for direct use.
More...
#include <mng.h>


Public Types | |
| typedef InfoType_ | info_type |
| Type of per block information element. | |
Public Attributes | |
| info_type | info |
| Per block information element. | |
Public Attributes inherited from block_w_bids< T_,((RawSize_-sizeof(BID< RawSize_ >)*NBids_-sizeof(InfoType_))/sizeof(T_)), RawSize_, NBids_ > | |
| bid_type | ref [nbids] |
| Array of BID references. | |
Public Attributes inherited from element_block< T_, Size_ > | |
| T_ | elem [size] |
| Array of elements of type T. | |
Additional Inherited Members | |
Public Member Functions inherited from block_w_bids< T_,((RawSize_-sizeof(BID< RawSize_ >)*NBids_-sizeof(InfoType_))/sizeof(T_)), RawSize_, NBids_ > | |
| bid_type & | operator() (int i) |
| An operator to access bid references. | |
Public Member Functions inherited from element_block< T_, Size_ > | |
| reference | operator[] (int i) |
| An operator to access elements in the block. | |
| iterator | begin () |
Returns iterator pointing to the first element. | |
| const_iterator | begin () const |
Returns const_iterator pointing to the first element. | |
| const_iterator | cbegin () const |
Returns const_iterator pointing to the first element. | |
| iterator | end () |
Returns iterator pointing to the end element. | |
| const_iterator | end () const |
Returns const_iterator pointing to the end element. | |
| const_iterator | cend () const |
Returns const_iterator pointing to the end element. | |
Contains per block information for 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.
1.8.1.1