Stxxl  1.4.0
Defines | Functions
algo/test_sort.cpp File Reference
#include <stxxl/mng>
#include <stxxl/sort>
#include <stxxl/vector>
Include dependency graph for test_sort.cpp:

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)
bool operator!= (const my_type &a, const my_type &b)
int main ()

Define Documentation

#define RECORD_SIZE   8

Definition at line 22 of file test_sort.cpp.


Function Documentation

int main ( )
bool operator!= ( const my_type a,
const my_type b 
)

Definition at line 66 of file test_sort.cpp.

bool operator< ( const my_type a,
const my_type b 
)

Definition at line 56 of file test_sort.cpp.

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

Definition at line 50 of file test_sort.cpp.

bool operator== ( const my_type a,
const my_type b 
)

Definition at line 61 of file test_sort.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines