Stxxl  1.4.0
Classes | Functions
algo/test_sort_all_parameters.h File Reference
#include <limits>
#include <stxxl/types>
Include dependency graph for test_sort_all_parameters.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  bulk< n >
struct  bulk< 0 >
struct  zero

Functions

template<typename KEY , unsigned SIZE>
std::ostream & operator<< (std::ostream &o, const my_type< KEY, SIZE > obj)
template<typename KEY , unsigned SIZE>
bool operator< (const my_type< KEY, SIZE > &a, const my_type< KEY, SIZE > &b)
template<typename KEY , unsigned SIZE>
bool operator== (const my_type< KEY, SIZE > &a, const my_type< KEY, SIZE > &b)
template<typename KEY , unsigned SIZE>
bool operator!= (const my_type< KEY, SIZE > &a, const my_type< KEY, SIZE > &b)

Function Documentation

template<typename KEY , unsigned SIZE>
bool operator!= ( const my_type< KEY, SIZE > &  a,
const my_type< KEY, SIZE > &  b 
)

Definition at line 81 of file test_sort_all_parameters.h.

template<typename KEY , unsigned SIZE>
bool operator< ( const my_type< KEY, SIZE > &  a,
const my_type< KEY, SIZE > &  b 
)

Definition at line 69 of file test_sort_all_parameters.h.

template<typename KEY , unsigned SIZE>
std::ostream& operator<< ( std::ostream &  o,
const my_type< KEY, SIZE >  obj 
)

Definition at line 56 of file test_sort_all_parameters.h.

template<typename KEY , unsigned SIZE>
bool operator== ( const my_type< KEY, SIZE > &  a,
const my_type< KEY, SIZE > &  b 
)

Definition at line 75 of file test_sort_all_parameters.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines