|
STXXL
1.4.1
|
#include <stxxl/bits/containers/pq_helpers.h>Go to the source code of this file.
Namespaces | |
| stxxl | |
STXXL library namespace | |
| stxxl::priority_queue_local | |
Macros | |
| #define | Merge3Case(a, b, c) |
| #define | Merge4Case(a, b, c, d) |
| #define | StartMerge4(a, b, c, d) |
Functions | |
| template<class InputIterator , class OutputIterator , class CompareType , typename SizeType > | |
| void | stxxl::priority_queue_local::merge3_iterator (InputIterator &source0, InputIterator &source1, InputIterator &source2, OutputIterator target, SizeType length, CompareType &cmp) |
| template<class InputIterator , class OutputIterator , class CompareType , typename SizeType > | |
| void | stxxl::priority_queue_local::merge4_iterator (InputIterator &source0, InputIterator &source1, InputIterator &source2, InputIterator &source3, OutputIterator target, SizeType length, CompareType &cmp) |
| template<class InputIterator , class OutputIterator , class CompareType , typename SizeType > | |
| void | stxxl::priority_queue_local::merge_iterator (InputIterator &source0, InputIterator &source1, OutputIterator target, SizeType length, CompareType &cmp) |
| #define Merge3Case | ( | a, | |
| b, | |||
| c | |||
| ) |
Referenced by stxxl::priority_queue_local::merge3_iterator().
| #define Merge4Case | ( | a, | |
| b, | |||
| c, | |||
| d | |||
| ) |
Referenced by stxxl::priority_queue_local::merge4_iterator().
| #define StartMerge4 | ( | a, | |
| b, | |||
| c, | |||
| d | |||
| ) |
Referenced by stxxl::priority_queue_local::merge4_iterator().