Stxxl  1.4.0
Functions
algo/copy_and_sort_file.cpp File Reference
#include <limits>
#include <stxxl/io>
#include <stxxl/vector>
#include <stxxl/stream>
Include dependency graph for copy_and_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 49 of file copy_and_sort_file.cpp.

std::ostream& operator<< ( std::ostream &  o,
const my_type obj 
)

Definition at line 78 of file copy_and_sort_file.cpp.

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

Definition at line 54 of file copy_and_sort_file.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines