Stxxl
1.4.0
|
#include <completion_handler.h>
Public Member Functions | |
virtual void | operator() (request *)=0 |
virtual completion_handler_impl * | clone () const =0 |
virtual | ~completion_handler_impl () |
Definition at line 27 of file completion_handler.h.
virtual stxxl::completion_handler_impl::~completion_handler_impl | ( | ) | [inline, virtual] |
Definition at line 32 of file completion_handler.h.
virtual completion_handler_impl* stxxl::completion_handler_impl::clone | ( | ) | const [pure virtual] |
Implemented in stxxl::completion_handler1< handler_type >.
virtual void stxxl::completion_handler_impl::operator() | ( | request * | ) | [pure virtual] |
Implemented in stxxl::completion_handler1< handler_type >.