STXXL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::stable_ksort_local::bid_sequence< BIDType, AllocStrategy > Class Template Reference

Detailed Description

template<typename BIDType, typename AllocStrategy>
class stxxl::stable_ksort_local::bid_sequence< BIDType, AllocStrategy >

Definition at line 81 of file stable_ksort.h.

+ Collaboration diagram for stxxl::stable_ksort_local::bid_sequence< BIDType, AllocStrategy >:

Public Types

typedef AllocStrategy alloc_strategy
 
typedef BIDType bid_type
 
typedef simple_vector
< bid_type >::iterator 
iterator
 
typedef bid_typereference
 
typedef simple_vector
< bid_type >::size_type 
size_type
 

Public Member Functions

 bid_sequence ()
 
 bid_sequence (size_type size_)
 
 ~bid_sequence ()
 
iterator begin ()
 
void init (size_type size_)
 
reference operator[] (size_type i)
 
size_type size ()
 

Protected Attributes

alloc_strategy alloc_strategy_
 
simple_vector< bid_type > * bids
 

Member Typedef Documentation

template<typename BIDType , typename AllocStrategy >
typedef AllocStrategy stxxl::stable_ksort_local::bid_sequence< BIDType, AllocStrategy >::alloc_strategy

Definition at line 86 of file stable_ksort.h.

template<typename BIDType , typename AllocStrategy >
typedef BIDType stxxl::stable_ksort_local::bid_sequence< BIDType, AllocStrategy >::bid_type

Definition at line 84 of file stable_ksort.h.

template<typename BIDType , typename AllocStrategy >
typedef simple_vector<bid_type>::iterator stxxl::stable_ksort_local::bid_sequence< BIDType, AllocStrategy >::iterator

Definition at line 88 of file stable_ksort.h.

template<typename BIDType , typename AllocStrategy >
typedef bid_type& stxxl::stable_ksort_local::bid_sequence< BIDType, AllocStrategy >::reference

Definition at line 85 of file stable_ksort.h.

template<typename BIDType , typename AllocStrategy >
typedef simple_vector<bid_type>::size_type stxxl::stable_ksort_local::bid_sequence< BIDType, AllocStrategy >::size_type

Definition at line 87 of file stable_ksort.h.

Constructor & Destructor Documentation

template<typename BIDType , typename AllocStrategy >
stxxl::stable_ksort_local::bid_sequence< BIDType, AllocStrategy >::bid_sequence ( )
inline

Definition at line 95 of file stable_ksort.h.

template<typename BIDType , typename AllocStrategy >
stxxl::stable_ksort_local::bid_sequence< BIDType, AllocStrategy >::bid_sequence ( size_type  size_)
inline

Definition at line 96 of file stable_ksort.h.

template<typename BIDType , typename AllocStrategy >
stxxl::stable_ksort_local::bid_sequence< BIDType, AllocStrategy >::~bid_sequence ( )
inline

Definition at line 124 of file stable_ksort.h.

Member Function Documentation

template<typename BIDType , typename AllocStrategy >
iterator stxxl::stable_ksort_local::bid_sequence< BIDType, AllocStrategy >::begin ( )
inline

Definition at line 123 of file stable_ksort.h.

template<typename BIDType , typename AllocStrategy >
void stxxl::stable_ksort_local::bid_sequence< BIDType, AllocStrategy >::init ( size_type  size_)
inline

Definition at line 102 of file stable_ksort.h.

template<typename BIDType , typename AllocStrategy >
reference stxxl::stable_ksort_local::bid_sequence< BIDType, AllocStrategy >::operator[] ( size_type  i)
inline
template<typename BIDType , typename AllocStrategy >
size_type stxxl::stable_ksort_local::bid_sequence< BIDType, AllocStrategy >::size ( )
inline

Definition at line 122 of file stable_ksort.h.

Member Data Documentation

template<typename BIDType , typename AllocStrategy >
alloc_strategy stxxl::stable_ksort_local::bid_sequence< BIDType, AllocStrategy >::alloc_strategy_
protected

Definition at line 92 of file stable_ksort.h.

template<typename BIDType , typename AllocStrategy >
simple_vector<bid_type>* stxxl::stable_ksort_local::bid_sequence< BIDType, AllocStrategy >::bids
protected

Definition at line 91 of file stable_ksort.h.


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