STXXL  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::btree::normal_leaf< KeyType_, DataType_, KeyCmp_, LogNElem_, BTreeType >::InfoType Struct Reference

Detailed Description

template<class KeyType_, class DataType_, class KeyCmp_, unsigned LogNElem_, class BTreeType>
struct stxxl::btree::normal_leaf< KeyType_, DataType_, KeyCmp_, LogNElem_, BTreeType >::InfoType

Definition at line 46 of file leaf.h.

+ Collaboration diagram for stxxl::btree::normal_leaf< KeyType_, DataType_, KeyCmp_, LogNElem_, BTreeType >::InfoType:

Public Attributes

unsigned cur_size
 
bid_type me
 
bid_type pred
 
bid_type succ
 

Member Data Documentation

template<class KeyType_ , class DataType_ , class KeyCmp_ , unsigned LogNElem_, class BTreeType >
unsigned stxxl::btree::normal_leaf< KeyType_, DataType_, KeyCmp_, LogNElem_, BTreeType >::InfoType::cur_size

Definition at line 49 of file leaf.h.

template<class KeyType_ , class DataType_ , class KeyCmp_ , unsigned LogNElem_, class BTreeType >
bid_type stxxl::btree::normal_leaf< KeyType_, DataType_, KeyCmp_, LogNElem_, BTreeType >::InfoType::me

Definition at line 48 of file leaf.h.

template<class KeyType_ , class DataType_ , class KeyCmp_ , unsigned LogNElem_, class BTreeType >
bid_type stxxl::btree::normal_leaf< KeyType_, DataType_, KeyCmp_, LogNElem_, BTreeType >::InfoType::pred

Definition at line 48 of file leaf.h.

template<class KeyType_ , class DataType_ , class KeyCmp_ , unsigned LogNElem_, class BTreeType >
bid_type stxxl::btree::normal_leaf< KeyType_, DataType_, KeyCmp_, LogNElem_, BTreeType >::InfoType::succ

Definition at line 48 of file leaf.h.


The documentation for this struct was generated from the following file: