Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
stxxl::btree::iterator_map< BTreeType >::Key Struct Reference
Collaboration diagram for stxxl::btree::iterator_map< BTreeType >::Key:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Key ()
 Key (const bid_type &b, unsigned p)

Public Attributes

bid_type bid
unsigned pos

Detailed Description

template<class BTreeType>
struct stxxl::btree::iterator_map< BTreeType >::Key

Definition at line 36 of file iterator_map.h.


Constructor & Destructor Documentation

template<class BTreeType>
stxxl::btree::iterator_map< BTreeType >::Key::Key ( ) [inline]

Definition at line 40 of file iterator_map.h.

template<class BTreeType>
stxxl::btree::iterator_map< BTreeType >::Key::Key ( const bid_type b,
unsigned  p 
) [inline]

Definition at line 41 of file iterator_map.h.


Member Data Documentation

template<class BTreeType>
bid_type stxxl::btree::iterator_map< BTreeType >::Key::bid
template<class BTreeType>
unsigned stxxl::btree::iterator_map< BTreeType >::Key::pos

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