|
class | stxxl::const_vector_iterator< ValueType, AllocStr, SizeType, DiffType, BlockSize, PagerType, PageSize > |
| Const external vector iterator, model of ext_random_access_iterator concept. More...
|
|
class | stxxl::double_blocked_index< size_type, modulo2, modulo1 > |
|
class | stxxl::lru_pager< npages_ > |
| Pager with LRU replacement strategy. More...
|
|
class | stxxl::random_pager< npages_ > |
| Pager with random replacement strategy. More...
|
|
class | stxxl::vector< ValueType, PageSize, PagerType, BlockSize, AllocStr, SizeType > |
| External vector container.
Introduction to vector container: see STXXL Vector tutorial.
Design and Internals of vector container: see Vector. More...
|
|
class | stxxl::vector_bufreader< VectorIteratorType > |
| Buffered sequential reader from a vector using overlapped I/O. More...
|
|
class | stxxl::vector_bufreader_iterator< VectorBufReaderType > |
| Adapter for vector_bufreader to match iterator requirements of C++11 range-based loop construct. More...
|
|
class | stxxl::vector_bufreader_reverse< VectorIteratorType > |
| Buffered sequential reverse reader from a vector using overlapped I/O. More...
|
|
class | stxxl::vector_bufwriter< VectorIteratorType > |
| Buffered sequential writer to a vector using overlapped I/O. More...
|
|
struct | stxxl::VECTOR_GENERATOR< ValueType, PageSize, CachePages, BlockSize, AllocStr, Pager > |
| External vector type generator. More...
|
|
class | stxxl::vector_iterator< ValueType, AllocStr, SizeType, DiffType, BlockSize, PagerType, PageSize > |
| External vector iterator, model of ext_random_access_iterator concept. More...
|
|
|
template<typename ValueType , typename AllocStr , typename SizeType , typename DiffType , unsigned BlockSize, typename PagerType , unsigned PageSize> |
bool | stxxl::is_sorted (stxxl::vector_iterator< ValueType, AllocStr, SizeType, DiffType, BlockSize, PagerType, PageSize > __first, stxxl::vector_iterator< ValueType, AllocStr, SizeType, DiffType, BlockSize, PagerType, PageSize > __last) |
|
template<typename ValueType , typename AllocStr , typename SizeType , typename DiffType , unsigned BlockSize, typename PagerType , unsigned PageSize, typename _StrictWeakOrdering > |
bool | stxxl::is_sorted (stxxl::vector_iterator< ValueType, AllocStr, SizeType, DiffType, BlockSize, PagerType, PageSize > __first, stxxl::vector_iterator< ValueType, AllocStr, SizeType, DiffType, BlockSize, PagerType, PageSize > __last, _StrictWeakOrdering __comp) |
|
template<typename ValueType , unsigned PageSize, typename PagerType , unsigned BlockSize, typename AllocStr , typename SizeType > |
bool | stxxl::operator!= (stxxl::vector< ValueType, PageSize, PagerType, BlockSize, AllocStr, SizeType > &a, stxxl::vector< ValueType, PageSize, PagerType, BlockSize, AllocStr, SizeType > &b) |
|
template<typename ValueType , unsigned PageSize, typename PagerType , unsigned BlockSize, typename AllocStr , typename SizeType > |
bool | stxxl::operator< (stxxl::vector< ValueType, PageSize, PagerType, BlockSize, AllocStr, SizeType > &a, stxxl::vector< ValueType, PageSize, PagerType, BlockSize, AllocStr, SizeType > &b) |
|
template<typename ValueType , unsigned PageSize, typename PagerType , unsigned BlockSize, typename AllocStr , typename SizeType > |
bool | stxxl::operator<= (stxxl::vector< ValueType, PageSize, PagerType, BlockSize, AllocStr, SizeType > &a, stxxl::vector< ValueType, PageSize, PagerType, BlockSize, AllocStr, SizeType > &b) |
|
template<typename ValueType , unsigned PageSize, typename PagerType , unsigned BlockSize, typename AllocStr , typename SizeType > |
bool | stxxl::operator== (stxxl::vector< ValueType, PageSize, PagerType, BlockSize, AllocStr, SizeType > &a, stxxl::vector< ValueType, PageSize, PagerType, BlockSize, AllocStr, SizeType > &b) |
|
template<typename ValueType , unsigned PageSize, typename PagerType , unsigned BlockSize, typename AllocStr , typename SizeType > |
bool | stxxl::operator> (stxxl::vector< ValueType, PageSize, PagerType, BlockSize, AllocStr, SizeType > &a, stxxl::vector< ValueType, PageSize, PagerType, BlockSize, AllocStr, SizeType > &b) |
|
template<typename ValueType , unsigned PageSize, typename PagerType , unsigned BlockSize, typename AllocStr , typename SizeType > |
bool | stxxl::operator>= (stxxl::vector< ValueType, PageSize, PagerType, BlockSize, AllocStr, SizeType > &a, stxxl::vector< ValueType, PageSize, PagerType, BlockSize, AllocStr, SizeType > &b) |
|
Vector and support classes.