|
STXXL
1.4.0
|
#include <vector>#include <queue>#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/simple_vector.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::queue< ValueType, BlockSize, AllocStr, SizeType > |
| External FIFO queue container. Introduction to queue container: see STXXL Queue tutorial Design and Internals of queue container: see Queue. More... | |
Namespaces | |
| stxxl | |
STXXL library namespace | |
Macros | |
| #define | STXXL_VERBOSE_QUEUE STXXL_VERBOSE2 |
| #define STXXL_VERBOSE_QUEUE STXXL_VERBOSE2 |
Definition at line 34 of file queue.h.
Referenced by stxxl::queue< ValueType, BlockSize, AllocStr, SizeType >::pop(), stxxl::queue< ValueType, BlockSize, AllocStr, SizeType >::push(), and stxxl::queue< ValueType, BlockSize, AllocStr, SizeType >::queue().