Stxxl
1.4.0
|
#include <limits>
#include <stxxl/priority_queue>
#include <stxxl/timer>
Go to the source code of this file.
Defines | |
#define | RECORD_SIZE 128 |
Functions | |
std::ostream & | operator<< (std::ostream &o, const my_type &obj) |
int | main () |
#define RECORD_SIZE 128 |
Definition at line 22 of file test_pqueue.cpp.
int main | ( | ) |
Definition at line 57 of file test_pqueue.cpp.
References stxxl::timer::reset(), stxxl::timer::seconds(), stxxl::timer::start(), stxxl::timer::stop(), STXXL_MSG, and std::swap().
std::ostream& operator<< | ( | std::ostream & | o, |
const my_type & | obj | ||
) |
Definition at line 38 of file test_pqueue.cpp.