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 >::write_read_request Struct Reference

#include <block_scheduler.h>

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

List of all members.

Public Member Functions

 write_read_request ()

Public Attributes

bool write_done_soon
bool shall_read
swappable_blocks_iterator block_to_start_read
scheduled_blocks_iterator taker
request_ptr write_req

Detailed Description

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

Definition at line 1121 of file block_scheduler.h.


Constructor & Destructor Documentation

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

Definition at line 1129 of file block_scheduler.h.


Member Data Documentation

Definition at line 1125 of file block_scheduler.h.

template<class SwappableBlockType >
bool stxxl::block_scheduler_algorithm_offline_lru_prefetching< SwappableBlockType >::write_read_request::shall_read
template<class SwappableBlockType >
bool stxxl::block_scheduler_algorithm_offline_lru_prefetching< SwappableBlockType >::write_read_request::write_done_soon

Definition at line 1123 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