STXXL  1.4-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::ksort_defaultkey< RecordType > Struct Template Reference

Detailed Description

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

Definition at line 1038 of file ksort.h.

Public Types

typedef RecordType::key_type key_type
 

Public Member Functions

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

Member Typedef Documentation

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

Definition at line 1040 of file ksort.h.

Member Function Documentation

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

Definition at line 1045 of file ksort.h.

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

Definition at line 1049 of file ksort.h.

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

Definition at line 1041 of file ksort.h.


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