Stxxl
1.4.0
|
Public Member Functions | |
Key () | |
Key (const bid_type &b, unsigned p) | |
Public Attributes | |
bid_type | bid |
unsigned | pos |
Definition at line 36 of file iterator_map.h.
stxxl::btree::iterator_map< BTreeType >::Key::Key | ( | ) | [inline] |
Definition at line 40 of file iterator_map.h.
stxxl::btree::iterator_map< BTreeType >::Key::Key | ( | const bid_type & | b, |
unsigned | p | ||
) | [inline] |
Definition at line 41 of file iterator_map.h.
bid_type stxxl::btree::iterator_map< BTreeType >::Key::bid |
Definition at line 38 of file iterator_map.h.
Referenced by stxxl::btree::iterator_map< BTreeType >::KeyCmp::operator()().
unsigned stxxl::btree::iterator_map< BTreeType >::Key::pos |
Definition at line 39 of file iterator_map.h.
Referenced by stxxl::btree::iterator_map< BTreeType >::KeyCmp::operator()().