|
STXXL
1.4.0
|
#include <deque>#include <stxxl/bits/deprecated.h>#include <stxxl/bits/mng/block_manager.h>#include <stxxl/bits/mng/typed_block.h>#include <stxxl/bits/common/tmeta.h>#include <stxxl/bits/mng/read_write_pool.h>#include <stxxl/bits/mng/write_pool.h>#include <stxxl/bits/mng/prefetch_pool.h>Go to the source code of this file.
Classes | |
| class | stxxl::sequence< ValueType, BlockSize, AllocStr, SizeType > |
| External sequence or deque container without random access. Introduction to sequence container: see STXXL Sequence tutorial. Design and Internals of sequence container: see Queue. More... | |
| class | stxxl::sequence< ValueType, BlockSize, AllocStr, SizeType >::reverse_stream |
| class | stxxl::sequence< ValueType, BlockSize, AllocStr, SizeType >::stream |
Namespaces | |
| stxxl | |
STXXL library namespace | |
Macros | |
| #define | STXXL_VERBOSE_SEQUENCE STXXL_VERBOSE2 |
| #define STXXL_VERBOSE_SEQUENCE STXXL_VERBOSE2 |
Definition at line 32 of file sequence.h.
Referenced by stxxl::sequence< ValueType, BlockSize, AllocStr, SizeType >::stream::operator++(), stxxl::sequence< ValueType, BlockSize, AllocStr, SizeType >::reverse_stream::operator++(), stxxl::sequence< ValueType, BlockSize, AllocStr, SizeType >::pop_back(), stxxl::sequence< ValueType, BlockSize, AllocStr, SizeType >::pop_front(), stxxl::sequence< ValueType, BlockSize, AllocStr, SizeType >::push_back(), stxxl::sequence< ValueType, BlockSize, AllocStr, SizeType >::push_front(), and stxxl::sequence< ValueType, BlockSize, AllocStr, SizeType >::sequence().