Stxxl
1.4.0
|
#include <completion_handler.h>
Public Member Functions | |
completion_handler1 (const handler_type &handler__) | |
completion_handler1 * | clone () const |
void | operator() (request *req) |
Private Attributes | |
handler_type | handler_ |
Definition at line 36 of file completion_handler.h.
stxxl::completion_handler1< handler_type >::completion_handler1 | ( | const handler_type & | handler__ | ) | [inline] |
Definition at line 42 of file completion_handler.h.
completion_handler1* stxxl::completion_handler1< handler_type >::clone | ( | ) | const [inline, virtual] |
Implements stxxl::completion_handler_impl.
Definition at line 43 of file completion_handler.h.
void stxxl::completion_handler1< handler_type >::operator() | ( | request * | req | ) | [inline, virtual] |
Implements stxxl::completion_handler_impl.
Definition at line 47 of file completion_handler.h.
handler_type stxxl::completion_handler1< handler_type >::handler_ [private] |
Definition at line 39 of file completion_handler.h.