Stxxl
1.4.0
|
#include <block_prefetcher.h>
Public Member Functions | |
set_switch_handler (onoff_switch &switch__, const completion_handler &on_compl) | |
void | operator() (request *req) |
Private Attributes | |
onoff_switch & | switch_ |
completion_handler | on_compl |
Definition at line 32 of file block_prefetcher.h.
stxxl::set_switch_handler::set_switch_handler | ( | onoff_switch & | switch__, |
const completion_handler & | on_compl | ||
) | [inline] |
Definition at line 38 of file block_prefetcher.h.
void stxxl::set_switch_handler::operator() | ( | request * | req | ) | [inline] |
Definition at line 42 of file block_prefetcher.h.
Definition at line 35 of file block_prefetcher.h.
onoff_switch& stxxl::set_switch_handler::switch_ [private] |
Definition at line 34 of file block_prefetcher.h.