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

Detailed Description

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

Definition at line 49 of file node.h.

+ Collaboration diagram for stxxl::btree::normal_node< KeyType_, KeyCmp_, RawSize_, BTreeType >::InfoType:

Public Attributes

unsigned cur_size
 
bid_type me
 

Member Data Documentation

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

Definition at line 52 of file node.h.

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

Definition at line 51 of file node.h.


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