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

Detailed Description

Definition at line 33 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 39 of file block_prefetcher.h.

Member Function Documentation

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

Definition at line 43 of file block_prefetcher.h.

Member Data Documentation

completion_handler stxxl::set_switch_handler::on_compl
private

Definition at line 36 of file block_prefetcher.h.

onoff_switch& stxxl::set_switch_handler::switch_
private

Definition at line 35 of file block_prefetcher.h.


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