STXXL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::block_scheduler_algorithm_offline_lru_prefetching< SwappableBlockType >::write_read_request Struct Reference

Detailed Description

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

Definition at line 1152 of file block_scheduler.h.

+ Collaboration diagram for stxxl::block_scheduler_algorithm_offline_lru_prefetching< SwappableBlockType >::write_read_request:

Public Member Functions

 write_read_request ()
 

Public Attributes

swappable_blocks_iterator block_to_start_read
 
bool shall_read
 
scheduled_blocks_iterator taker
 
bool write_done_soon
 
request_ptr write_req
 

Constructor & Destructor Documentation

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

Definition at line 1160 of file block_scheduler.h.

Member Data Documentation

template<class SwappableBlockType >
swappable_blocks_iterator stxxl::block_scheduler_algorithm_offline_lru_prefetching< SwappableBlockType >::write_read_request::block_to_start_read

Definition at line 1156 of file block_scheduler.h.

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

Definition at line 1155 of file block_scheduler.h.

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

Definition at line 1154 of file block_scheduler.h.

template<class SwappableBlockType >
request_ptr stxxl::block_scheduler_algorithm_offline_lru_prefetching< SwappableBlockType >::write_read_request::write_req

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