Stxxl
1.4.0
|
#include <limits>
#include <iterator>
#include <stxxl/priority_queue>
Go to the source code of this file.
Typedefs | |
typedef int | my_type |
typedef stxxl::typed_block < 4096, my_type > | block_type |
Functions | |
my_type * | make_sequence (dummy_merger &dummy, int l) |
int | main () |
typedef stxxl::typed_block<4096, my_type> block_type |
Definition at line 18 of file test_ext_merger2.cpp.
typedef int my_type |
Definition at line 17 of file test_ext_merger2.cpp.
int main | ( | ) |
Definition at line 58 of file test_ext_merger2.cpp.
References dummy, stxxl::priority_queue_local::loser_tree< ValTp_, Cmp_, KNKMAX >::init(), stxxl::priority_queue_local::loser_tree< ValTp_, Cmp_, KNKMAX >::insert_segment(), stxxl::priority_queue_local::ext_merger< BlockType_, Cmp_, Arity_, AllocStr_ >::insert_segment(), make_sequence(), stxxl::priority_queue_local::loser_tree< ValTp_, Cmp_, KNKMAX >::multi_merge(), stxxl::priority_queue_local::ext_merger< BlockType_, Cmp_, Arity_, AllocStr_ >::multi_merge(), stxxl::priority_queue_local::loser_tree< ValTp_, Cmp_, KNKMAX >::size(), stxxl::priority_queue_local::ext_merger< BlockType_, Cmp_, Arity_, AllocStr_ >::size(), and STXXL_MSG.
my_type* make_sequence | ( | dummy_merger & | dummy, |
int | l | ||
) |
Definition at line 50 of file test_ext_merger2.cpp.