STXXL  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::sort_helper::run_cursor2_cmp< block_type, prefetcher_type, value_cmp > Struct Template Reference

Detailed Description

template<typename block_type, typename prefetcher_type, typename value_cmp>
struct stxxl::sort_helper::run_cursor2_cmp< block_type, prefetcher_type, value_cmp >

Definition at line 70 of file sort_helper.h.

Inherits binary_function< run_cursor2< block_type, prefetcher_type >, run_cursor2< block_type, prefetcher_type >, bool >.

Public Types

typedef run_cursor2
< block_type, prefetcher_type > 
cursor_type
 

Public Member Functions

 run_cursor2_cmp (value_cmp c)
 
 run_cursor2_cmp (const run_cursor2_cmp &a)
 
bool operator() (const cursor_type &a, const cursor_type &b) const
 

Public Attributes

value_cmp cmp
 

Member Typedef Documentation

template<typename block_type , typename prefetcher_type , typename value_cmp >
typedef run_cursor2<block_type, prefetcher_type> stxxl::sort_helper::run_cursor2_cmp< block_type, prefetcher_type, value_cmp >::cursor_type

Definition at line 72 of file sort_helper.h.

Constructor & Destructor Documentation

template<typename block_type , typename prefetcher_type , typename value_cmp >
stxxl::sort_helper::run_cursor2_cmp< block_type, prefetcher_type, value_cmp >::run_cursor2_cmp ( value_cmp  c)
inline

Definition at line 75 of file sort_helper.h.

template<typename block_type , typename prefetcher_type , typename value_cmp >
stxxl::sort_helper::run_cursor2_cmp< block_type, prefetcher_type, value_cmp >::run_cursor2_cmp ( const run_cursor2_cmp< block_type, prefetcher_type, value_cmp > &  a)
inline

Definition at line 76 of file sort_helper.h.

Member Function Documentation

template<typename block_type , typename prefetcher_type , typename value_cmp >
bool stxxl::sort_helper::run_cursor2_cmp< block_type, prefetcher_type, value_cmp >::operator() ( const cursor_type a,
const cursor_type b 
) const
inline

Member Data Documentation

template<typename block_type , typename prefetcher_type , typename value_cmp >
value_cmp stxxl::sort_helper::run_cursor2_cmp< block_type, prefetcher_type, value_cmp >::cmp

Definition at line 73 of file sort_helper.h.


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