Stxxl  1.4.0
Defines | Functions
containers/test_sorter.cpp File Reference
#include <limits>
#include <stxxl/sorter>
Include dependency graph for test_sorter.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)
int main ()

Define Documentation

#define RECORD_SIZE   8

Definition at line 20 of file test_sorter.cpp.


Function Documentation

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.

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

Definition at line 59 of file test_sorter.cpp.

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

Definition at line 54 of file test_sorter.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines