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

Detailed Description

template<typename BlockType, typename BidType>
struct stxxl::sort_local::read_next_after_write_completed< BlockType, BidType >

Definition at line 52 of file sort.h.

+ Collaboration diagram for stxxl::sort_local::read_next_after_write_completed< BlockType, BidType >:

Public Types

typedef BlockType block_type
 

Public Member Functions

void operator() (request *)
 

Public Attributes

BidType bid
 
block_typeblock
 
request_ptrreq
 

Member Typedef Documentation

template<typename BlockType, typename BidType>
typedef BlockType stxxl::sort_local::read_next_after_write_completed< BlockType, BidType >::block_type

Definition at line 54 of file sort.h.

Member Function Documentation

template<typename BlockType, typename BidType>
void stxxl::sort_local::read_next_after_write_completed< BlockType, BidType >::operator() ( request )
inline

Definition at line 58 of file sort.h.

Member Data Documentation

template<typename BlockType, typename BidType>
BidType stxxl::sort_local::read_next_after_write_completed< BlockType, BidType >::bid

Definition at line 56 of file sort.h.

Referenced by stxxl::sort_local::create_runs().

template<typename BlockType, typename BidType>
block_type* stxxl::sort_local::read_next_after_write_completed< BlockType, BidType >::block

Definition at line 55 of file sort.h.

Referenced by stxxl::sort_local::create_runs().

template<typename BlockType, typename BidType>
request_ptr* stxxl::sort_local::read_next_after_write_completed< BlockType, BidType >::req

Definition at line 57 of file sort.h.

Referenced by stxxl::sort_local::create_runs().


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