Stxxl  1.4.0
Functions
algo/sort_file.cpp File Reference
#include <stxxl/io>
#include <stxxl/mng>
#include <stxxl/ksort>
#include <stxxl/sort>
#include <stxxl/stable_ksort>
#include <stxxl/vector>
Include dependency graph for sort_file.cpp:

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)

Function Documentation

int main ( int  argc,
char **  argv 
)
bool operator< ( const my_type a,
const my_type b 
) [inline]

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.

bool operator== ( const my_type a,
const my_type b 
) [inline]

Definition at line 56 of file sort_file.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines