STXXL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::btree::iterator_map< BTreeType >::Key Struct Reference

Detailed Description

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

Definition at line 35 of file iterator_map.h.

+ Collaboration diagram for stxxl::btree::iterator_map< BTreeType >::Key:

Public Member Functions

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

Public Attributes

bid_type bid
 
unsigned_type pos
 

Constructor & Destructor Documentation

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

Definition at line 39 of file iterator_map.h.

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

Definition at line 40 of file iterator_map.h.

Member Data Documentation

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

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