Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions
stxxl::ksort_defaultkey< record_type > Struct Template Reference

#include <ksort.h>

List of all members.

Public Types

typedef record_type::key_type key_type

Public Member Functions

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

Detailed Description

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

Definition at line 1064 of file ksort.h.


Member Typedef Documentation

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

Definition at line 1066 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 1071 of file ksort.h.

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

Definition at line 1075 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 1067 of file ksort.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines