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

#include <block_scheduler.h>

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

List of all members.

Public Member Functions

 scheduled_block_meta (block_scheduler_operation op)

Public Attributes

internal_block_typereserved_iblock
std::pair< bool,
swappable_block_identifier_type
giver
request_ptr read_req
std::deque
< block_scheduler_operation
operations

Detailed Description

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

Definition at line 1148 of file block_scheduler.h.


Constructor & Destructor Documentation

Definition at line 1155 of file block_scheduler.h.


Member Data Documentation

template<class SwappableBlockType >
std::pair<bool, swappable_block_identifier_type> stxxl::block_scheduler_algorithm_offline_lru_prefetching< SwappableBlockType >::scheduled_block_meta::giver

Definition at line 1151 of file block_scheduler.h.

Definition at line 1153 of file block_scheduler.h.

Definition at line 1152 of file block_scheduler.h.

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