|
Stxxl
1.4.0
|
#include <limits>#include <stxxl/sorter>
Go to the source code of this file.
Defines | |
| #define | RECORD_SIZE 8 |
Functions | |
| std::ostream & | operator<< (std::ostream &o, const my_type &obj) |
| bool | operator== (const my_type &a, const my_type &b) |
| bool | operator<= (const my_type &a, const my_type &b) |
| int | main () |
| #define RECORD_SIZE 8 |
Definition at line 20 of file test_sorter.cpp.
| int main | ( | ) |
Definition at line 81 of file test_sorter.cpp.
References block_size, stxxl::count(), memory_to_use, and STXXL_MSG.
| std::ostream& operator<< | ( | std::ostream & | o, |
| const my_type & | obj | ||
| ) |
Definition at line 48 of file test_sorter.cpp.
Definition at line 59 of file test_sorter.cpp.
Definition at line 54 of file test_sorter.cpp.
1.7.6.1