|
Stxxl
1.4.0
|
#include <block_scheduler.h>
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 |
Definition at line 282 of file block_scheduler.h.
| 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.
| swappable_block_identifier_type stxxl::block_scheduler< SwappableBlockType >::prediction_sequence_element::id |
Definition at line 285 of file block_scheduler.h.
| block_scheduler_operation stxxl::block_scheduler< SwappableBlockType >::prediction_sequence_element::op |
Definition at line 284 of file block_scheduler.h.
| time_type stxxl::block_scheduler< SwappableBlockType >::prediction_sequence_element::time |
Definition at line 286 of file block_scheduler.h.
1.7.6.1