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


Public Types | |
| typedef InfoType_ | info_type |
| Type of per block information element. | |
Public Member Functions | |
| block_w_info () | |
Public Attributes | |
| info_type | info |
| Per block information element. | |
Contains per block information for stxxl::typed_block , not intended for direct use.
Definition at line 159 of file typed_block.h.
| typedef InfoType_ stxxl::block_w_info< T_, RawSize_, NBids_, InfoType_ >::info_type |
Type of per block information element.
Definition at line 164 of file typed_block.h.
| stxxl::block_w_info< T_, RawSize_, NBids_, InfoType_ >::block_w_info | ( | ) | [inline] |
Definition at line 169 of file typed_block.h.
| info_type stxxl::block_w_info< T_, RawSize_, NBids_, InfoType_ >::info |
Per block information element.
Definition at line 167 of file typed_block.h.
Referenced by stxxl::btree::normal_leaf< KeyType_, DataType_, KeyCmp_, RawSize_, BTreeType >::balance(), stxxl::btree::normal_node< KeyType_, KeyCmp_, RawSize_, BTreeType >::balance(), stxxl::btree::normal_node< KeyType_, KeyCmp_, RawSize_, BTreeType >::insert(), stxxl::btree::btree< KeyType, DataType, CompareType, RawNodeSize, RawLeafSize, PDAllocStrategy >::insert_into_root(), and stxxl::btree::normal_leaf< KeyType_, DataType_, KeyCmp_, RawSize_, BTreeType >::split().
1.7.6.1