STXXL  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::ksort_local::write_completion_handler< block_type, bid_type > Struct Template Reference

Detailed Description

template<typename block_type, typename bid_type>
struct stxxl::ksort_local::write_completion_handler< block_type, bid_type >

Definition at line 111 of file ksort.h.

+ Collaboration diagram for stxxl::ksort_local::write_completion_handler< block_type, bid_type >:

Public Member Functions

void operator() (request *)
 

Public Attributes

bid_type bid
 
block_type * block
 
request_ptrreq
 

Member Function Documentation

template<typename block_type, typename bid_type>
void stxxl::ksort_local::write_completion_handler< block_type, bid_type >::operator() ( request )
inline

Definition at line 116 of file ksort.h.

Member Data Documentation

template<typename block_type, typename bid_type>
bid_type stxxl::ksort_local::write_completion_handler< block_type, bid_type >::bid

Definition at line 114 of file ksort.h.

Referenced by stxxl::ksort_local::write_out().

template<typename block_type, typename bid_type>
block_type* stxxl::ksort_local::write_completion_handler< block_type, bid_type >::block

Definition at line 113 of file ksort.h.

Referenced by stxxl::ksort_local::write_out().

template<typename block_type, typename bid_type>
request_ptr* stxxl::ksort_local::write_completion_handler< block_type, bid_type >::req

Definition at line 115 of file ksort.h.

Referenced by stxxl::ksort_local::write_out().


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