Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
stxxl::block_scheduler_algorithm_offline_lru_prefetching< SwappableBlockType >::read_after_write Struct Reference

#include <block_scheduler.h>

Collaboration diagram for stxxl::block_scheduler_algorithm_offline_lru_prefetching< SwappableBlockType >::read_after_write:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 read_after_write (write_read_request *write_read_req)
void operator() (request *)

Public Attributes

write_read_requestwrr

Detailed Description

template<class SwappableBlockType>
struct stxxl::block_scheduler_algorithm_offline_lru_prefetching< SwappableBlockType >::read_after_write

Definition at line 1133 of file block_scheduler.h.


Constructor & Destructor Documentation

template<class SwappableBlockType >
stxxl::block_scheduler_algorithm_offline_lru_prefetching< SwappableBlockType >::read_after_write::read_after_write ( write_read_request write_read_req) [inline]

Definition at line 1137 of file block_scheduler.h.


Member Function Documentation

template<class SwappableBlockType >
void stxxl::block_scheduler_algorithm_offline_lru_prefetching< SwappableBlockType >::read_after_write::operator() ( request ) [inline]

Definition at line 1140 of file block_scheduler.h.


Member Data Documentation

template<class SwappableBlockType >
write_read_request* stxxl::block_scheduler_algorithm_offline_lru_prefetching< SwappableBlockType >::read_after_write::wrr

Definition at line 1135 of file block_scheduler.h.


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