STXXL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::completion_handler1< HandlerType > Class Template Reference

Detailed Description

template<typename HandlerType>
class stxxl::completion_handler1< HandlerType >

Definition at line 36 of file completion_handler.h.

+ Inheritance diagram for stxxl::completion_handler1< HandlerType >:
+ Collaboration diagram for stxxl::completion_handler1< HandlerType >:

Public Member Functions

 completion_handler1 (const HandlerType &handler)
 
completion_handler1clone () const
 
void operator() (request *req)
 
- Public Member Functions inherited from stxxl::completion_handler_impl
virtual ~completion_handler_impl ()
 

Private Attributes

HandlerType m_handler
 

Constructor & Destructor Documentation

template<typename HandlerType >
stxxl::completion_handler1< HandlerType >::completion_handler1 ( const HandlerType &  handler)
inline

Definition at line 42 of file completion_handler.h.

Member Function Documentation

template<typename HandlerType >
completion_handler1* stxxl::completion_handler1< HandlerType >::clone ( ) const
inlinevirtual

Implements stxxl::completion_handler_impl.

Definition at line 45 of file completion_handler.h.

template<typename HandlerType >
void stxxl::completion_handler1< HandlerType >::operator() ( request req)
inlinevirtual

Implements stxxl::completion_handler_impl.

Definition at line 49 of file completion_handler.h.

Member Data Documentation

template<typename HandlerType >
HandlerType stxxl::completion_handler1< HandlerType >::m_handler
private

Definition at line 39 of file completion_handler.h.


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