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

#include <block_scheduler.h>

List of all members.

Public Member Functions

 prediction_sequence_element (block_scheduler_operation op, swappable_block_identifier_type id, int_type time)

Public Attributes

block_scheduler_operation op
swappable_block_identifier_type id
time_type time

Detailed Description

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

Definition at line 282 of file block_scheduler.h.


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 288 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 285 of file block_scheduler.h.

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

Definition at line 284 of file block_scheduler.h.

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

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