Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
stxxl::sort_local::read_next_after_write_completed< block_type, bid_type > Struct Template Reference

#include <sort.h>

Collaboration diagram for stxxl::sort_local::read_next_after_write_completed< block_type, bid_type >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void operator() (request *)

Public Attributes

block_typeblock
bid_type bid
request_ptrreq

Detailed Description

template<typename block_type, typename bid_type>
struct stxxl::sort_local::read_next_after_write_completed< block_type, bid_type >

Definition at line 52 of file sort.h.


Member Function Documentation

template<typename block_type, typename bid_type>
void stxxl::sort_local::read_next_after_write_completed< block_type, bid_type >::operator() ( request ) [inline]

Definition at line 57 of file sort.h.


Member Data Documentation

template<typename block_type, typename bid_type>
bid_type stxxl::sort_local::read_next_after_write_completed< block_type, bid_type >::bid

Definition at line 55 of file sort.h.

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

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

Definition at line 54 of file sort.h.

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

template<typename block_type, typename bid_type>
request_ptr* stxxl::sort_local::read_next_after_write_completed< block_type, bid_type >::req

Definition at line 56 of file sort.h.

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


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines