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

Detailed Description

template<typename BlockType, typename BidType>
struct stxxl::ksort_local::write_completion_handler< BlockType, BidType >

Definition at line 107 of file ksort.h.

+ Collaboration diagram for stxxl::ksort_local::write_completion_handler< BlockType, BidType >:

Public Member Functions

void operator() (request *)
 

Public Attributes

BidType bid
 
BlockType * block
 
request_ptrreq
 

Member Function Documentation

template<typename BlockType, typename BidType>
void stxxl::ksort_local::write_completion_handler< BlockType, BidType >::operator() ( request )
inline

Definition at line 112 of file ksort.h.

Member Data Documentation

template<typename BlockType, typename BidType>
BidType stxxl::ksort_local::write_completion_handler< BlockType, BidType >::bid

Definition at line 110 of file ksort.h.

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

template<typename BlockType, typename BidType>
BlockType* stxxl::ksort_local::write_completion_handler< BlockType, BidType >::block

Definition at line 109 of file ksort.h.

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

template<typename BlockType, typename BidType>
request_ptr* stxxl::ksort_local::write_completion_handler< BlockType, BidType >::req

Definition at line 111 of file ksort.h.

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


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