Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
stxxl::set_switch_handler Class Reference

#include <block_prefetcher.h>

Collaboration diagram for stxxl::set_switch_handler:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Private Attributes

onoff_switchswitch_
completion_handler on_compl

Detailed Description

Definition at line 32 of file block_prefetcher.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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

Definition at line 42 of file block_prefetcher.h.


Member Data Documentation

Definition at line 35 of file block_prefetcher.h.

Definition at line 34 of file block_prefetcher.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines