STXXL
1.4.0
|
Group of classes which help in scheduling sequences of read and write requests via prefetching and buffered writing. More...
Classes | |
class | stxxl::block_prefetcher< block_type, bid_iterator_type > |
Encapsulates asynchronous prefetching engine. More... | |
class | stxxl::buf_istream< BlockType, BIDIteratorType > |
Buffered input stream. More... | |
class | stxxl::buf_istream_reverse< BlockType, BIDIteratorType > |
Buffered input stream, reading the items in the blocks in reverse order. More... | |
class | stxxl::buf_ostream< BlockType, BIDIteratorType > |
Buffered output stream. More... | |
class | stxxl::buffered_writer< block_type > |
Encapsulates asynchronous buffered block writing engine. More... | |
class | stxxl::prefetch_pool< BlockType > |
Implements dynamically resizable prefetching pool. More... | |
class | stxxl::read_write_pool< BlockType > |
Implements dynamically resizable buffered writing and prefetched reading pool. More... | |
class | stxxl::set_switch_handler |
class | stxxl::write_pool< BlockType > |
Implements dynamically resizable buffered writing pool. More... | |
Macros | |
#define | BUF_ISTREAM_CHECK_END |
#define | BUF_ISTREAM_CHECK_END |
Group of classes which help in scheduling sequences of read and write requests via prefetching and buffered writing.
#define BUF_ISTREAM_CHECK_END |
Definition at line 29 of file buf_istream.h.
#define BUF_ISTREAM_CHECK_END |
Definition at line 31 of file buf_istream_reverse.h.