Stxxl  1.3.2
Classes | Macros
Block scheduling sublayer
Collaboration diagram for Block scheduling sublayer:

Classes

class  block_prefetcher< block_type, bid_iterator_type >
 Encapsulates asynchronous prefetching engine. More...
 
class  buf_istream< BlkTp_, BIDIteratorTp_ >
 Buffered input stream. More...
 
class  buf_ostream< BlkTp_, BIDIteratorTp_ >
 Buffered output stream. More...
 
class  buffered_writer< block_type >
 Encapsulates asynchronous buffered block writing engine. More...
 
class  prefetch_pool< BlockType >
 Implements dynamically resizable prefetching pool. More...
 
class  read_write_pool< BlockType >
 Implements dynamically resizable buffered writing and prefetched reading pool. More...
 
class  write_pool< BlockType >
 Implements dynamically resizable buffered writing pool. More...
 

Detailed Description

Group of classes which help in scheduling sequences of read and write requests via prefetching and buffered writing