|
Stxxl
1.4.0
|
#include <deque>#include <stxxl/bits/deprecated.h>#include <stxxl/bits/mng/mng.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::deque2< ValueType, BlockSize, AllocStrategy, SizeType > |
| External deque container without random access. More... | |
| class | stxxl::deque2< ValueType, BlockSize, AllocStrategy, SizeType >::stream |
| class | stxxl::deque2< ValueType, BlockSize, AllocStrategy, SizeType >::reverse_stream |
Namespaces | |
| namespace | stxxl |
| |
Defines | |
| #define | STXXL_VERBOSE_DEQUE2 STXXL_VERBOSE2 |
| #define STXXL_VERBOSE_DEQUE2 STXXL_VERBOSE2 |
Definition at line 31 of file deque2.h.
Referenced by stxxl::deque2< ValueType, BlockSize, AllocStrategy, SizeType >::deque2(), stxxl::deque2< ValueType, BlockSize, AllocStrategy, SizeType >::stream::operator++(), stxxl::deque2< ValueType, BlockSize, AllocStrategy, SizeType >::reverse_stream::operator++(), stxxl::deque2< ValueType, BlockSize, AllocStrategy, SizeType >::pop_back(), stxxl::deque2< ValueType, BlockSize, AllocStrategy, SizeType >::pop_front(), stxxl::deque2< ValueType, BlockSize, AllocStrategy, SizeType >::push_back(), and stxxl::deque2< ValueType, BlockSize, AllocStrategy, SizeType >::push_front().
1.7.6.1