STXXL  1.4-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::vector< ValueType, PageSize, PagerType, BlockSize, AllocStr, SizeType >::bid_vector Class Reference

Detailed Description

template<typename ValueType, unsigned PageSize, typename PagerType, unsigned BlockSize, typename AllocStr, typename SizeType>
class stxxl::vector< ValueType, PageSize, PagerType, BlockSize, AllocStr, SizeType >::bid_vector

Definition at line 884 of file vector.h.

Inherits std::vector< T >.

Public Types

typedef super_type::value_type bid_type
 
typedef super_type::size_type size_type
 
typedef std::vector< BID
< block_size > > 
super_type
 

Public Member Functions

 bid_vector (size_type sz)
 

Additional Inherited Members

- Public Attributes inherited from std::vector< T >
elements
 STL member. More...
 

Member Typedef Documentation

template<typename ValueType, unsigned PageSize, typename PagerType, unsigned BlockSize, typename AllocStr, typename SizeType>
typedef super_type::value_type stxxl::vector< ValueType, PageSize, PagerType, BlockSize, AllocStr, SizeType >::bid_vector::bid_type

Definition at line 889 of file vector.h.

template<typename ValueType, unsigned PageSize, typename PagerType, unsigned BlockSize, typename AllocStr, typename SizeType>
typedef super_type::size_type stxxl::vector< ValueType, PageSize, PagerType, BlockSize, AllocStr, SizeType >::bid_vector::size_type

Definition at line 888 of file vector.h.

template<typename ValueType, unsigned PageSize, typename PagerType, unsigned BlockSize, typename AllocStr, typename SizeType>
typedef std::vector<BID<block_size> > stxxl::vector< ValueType, PageSize, PagerType, BlockSize, AllocStr, SizeType >::bid_vector::super_type

Definition at line 887 of file vector.h.

Constructor & Destructor Documentation

template<typename ValueType, unsigned PageSize, typename PagerType, unsigned BlockSize, typename AllocStr, typename SizeType>
stxxl::vector< ValueType, PageSize, PagerType, BlockSize, AllocStr, SizeType >::bid_vector::bid_vector ( size_type  sz)
inline

Definition at line 891 of file vector.h.


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