Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Attributes
stxxl::btree::normal_leaf< KeyType_, DataType_, KeyCmp_, RawSize_, BTreeType >::InfoType Struct Reference

#include <leaf.h>

Collaboration diagram for stxxl::btree::normal_leaf< KeyType_, DataType_, KeyCmp_, RawSize_, BTreeType >::InfoType:
Collaboration graph
[legend]

List of all members.

Public Attributes

bid_type me
bid_type pred
bid_type succ
unsigned cur_size

Detailed Description

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

Definition at line 46 of file leaf.h.


Member Data Documentation

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

Definition at line 49 of file leaf.h.

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

Definition at line 48 of file leaf.h.

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

Definition at line 48 of file leaf.h.

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

Definition at line 48 of file leaf.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines