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

Detailed Description

template<class SwappableBlockType>
struct stxxl::block_scheduler< SwappableBlockType >::prediction_sequence_element

Definition at line 286 of file block_scheduler.h.

Public Member Functions

 prediction_sequence_element (block_scheduler_operation op, swappable_block_identifier_type id, int_type time)
 

Public Attributes

swappable_block_identifier_type id
 
block_scheduler_operation op
 
time_type time
 

Constructor & Destructor Documentation

template<class SwappableBlockType >
stxxl::block_scheduler< SwappableBlockType >::prediction_sequence_element::prediction_sequence_element ( block_scheduler_operation  op,
swappable_block_identifier_type  id,
int_type  time 
)
inline

Definition at line 292 of file block_scheduler.h.

Member Data Documentation

template<class SwappableBlockType >
swappable_block_identifier_type stxxl::block_scheduler< SwappableBlockType >::prediction_sequence_element::id

Definition at line 289 of file block_scheduler.h.

template<class SwappableBlockType >
block_scheduler_operation stxxl::block_scheduler< SwappableBlockType >::prediction_sequence_element::op

Definition at line 288 of file block_scheduler.h.

template<class SwappableBlockType >
time_type stxxl::block_scheduler< SwappableBlockType >::prediction_sequence_element::time

Definition at line 290 of file block_scheduler.h.


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