STXXL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::set_switch_handler Class Reference

Detailed Description

Definition at line 31 of file block_prefetcher.h.

+ Collaboration diagram for stxxl::set_switch_handler:

Public Member Functions

 set_switch_handler (onoff_switch &_switch, const completion_handler &on_compl)
 
void operator() (request *req)
 

Private Attributes

completion_handler on_compl
 
onoff_switchswitch_
 

Constructor & Destructor Documentation

stxxl::set_switch_handler::set_switch_handler ( onoff_switch _switch,
const completion_handler on_compl 
)
inline

Definition at line 37 of file block_prefetcher.h.

Member Function Documentation

void stxxl::set_switch_handler::operator() ( request req)
inline

Definition at line 41 of file block_prefetcher.h.

Member Data Documentation

completion_handler stxxl::set_switch_handler::on_compl
private

Definition at line 34 of file block_prefetcher.h.

onoff_switch& stxxl::set_switch_handler::switch_
private

Definition at line 33 of file block_prefetcher.h.


The documentation for this class was generated from the following file: