Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
stxxl::completion_handler1< handler_type > Class Template Reference

#include <completion_handler.h>

Inheritance diagram for stxxl::completion_handler1< handler_type >:
Inheritance graph
[legend]
Collaboration diagram for stxxl::completion_handler1< handler_type >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 completion_handler1 (const handler_type &handler__)
completion_handler1clone () const
void operator() (request *req)

Private Attributes

handler_type handler_

Detailed Description

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

Definition at line 36 of file completion_handler.h.


Constructor & Destructor Documentation

template<typename handler_type >
stxxl::completion_handler1< handler_type >::completion_handler1 ( const handler_type &  handler__) [inline]

Definition at line 42 of file completion_handler.h.


Member Function Documentation

template<typename handler_type >
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.

template<typename handler_type >
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.


Member Data Documentation

template<typename handler_type >
handler_type stxxl::completion_handler1< handler_type >::handler_ [private]

Definition at line 39 of file completion_handler.h.


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