Stxxl
1.4.0
|
#include <stxxl/io>
#include <stxxl/mng>
#include <stxxl/ksort>
#include <stxxl/sort>
#include <stxxl/stable_ksort>
#include <stxxl/vector>
Go to the source code of this file.
Functions | |
bool | operator< (const my_type &a, const my_type &b) |
bool | operator== (const my_type &a, const my_type &b) |
std::ostream & | operator<< (std::ostream &o, const my_type &obj) |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 86 of file sort_file.cpp.
References stxxl::disk_queued_file::awrite(), stxxl::vector< Tp_, PgSz_, PgTp_, BlkSize_, AllocStr_, SzTp_ >::begin(), block_size, stxxl::file::CREAT, stxxl::file::DIRECT, stxxl::vector< Tp_, PgSz_, PgTp_, BlkSize_, AllocStr_, SzTp_ >::end(), stxxl::is_sorted(), stxxl::ksort(), memory_to_use, stxxl::file::RDWR, stxxl::sort(), stxxl::stable_ksort(), STXXL_MSG, and stxxl::request_interface::wait().
Definition at line 51 of file sort_file.cpp.
std::ostream& operator<< | ( | std::ostream & | o, |
const my_type & | obj | ||
) |
Definition at line 80 of file sort_file.cpp.
Definition at line 56 of file sort_file.cpp.