STXXL  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::ksort_defaultkey< record_type > Struct Template Reference

Detailed Description

template<typename record_type>
struct stxxl::ksort_defaultkey< record_type >

Definition at line 1052 of file ksort.h.

Public Types

typedef record_type::key_type key_type
 

Public Member Functions

record_type max_value () const
 
record_type min_value () const
 
key_type operator() (const record_type &obj) const
 

Member Typedef Documentation

template<typename record_type >
typedef record_type::key_type stxxl::ksort_defaultkey< record_type >::key_type

Definition at line 1054 of file ksort.h.

Member Function Documentation

template<typename record_type >
record_type stxxl::ksort_defaultkey< record_type >::max_value ( ) const
inline

Definition at line 1059 of file ksort.h.

template<typename record_type >
record_type stxxl::ksort_defaultkey< record_type >::min_value ( ) const
inline

Definition at line 1063 of file ksort.h.

template<typename record_type >
key_type stxxl::ksort_defaultkey< record_type >::operator() ( const record_type &  obj) const
inline

Definition at line 1055 of file ksort.h.


The documentation for this struct was generated from the following file: