CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BoundCallback< void, DelegateT > Class Template Reference

#include <async.h>

Inheritance diagram for BoundCallback< void, DelegateT >:
Collaboration diagram for BoundCallback< void, DelegateT >:

Public Types

typedef void(DelegateT::* CallbackMethod )()
 

Public Member Functions

 BoundCallback (CallbackMethod method, DelegateT *delegate)
 
void operator() () const
 
- Public Member Functions inherited from CallbackBase< void >
virtual ~CallbackBase ()
 

Private Attributes

DelegateT * delegate_
 
CallbackMethod method_
 

Detailed Description

template<class DelegateT>
class BoundCallback< void, DelegateT >

Definition at line 100 of file async.h.

Member Typedef Documentation

template<class DelegateT >
typedef void(DelegateT::* BoundCallback< void, DelegateT >::CallbackMethod)()

Definition at line 102 of file async.h.

Constructor & Destructor Documentation

template<class DelegateT >
BoundCallback< void, DelegateT >::BoundCallback ( CallbackMethod  method,
DelegateT *  delegate 
)
inline

Definition at line 104 of file async.h.

Member Function Documentation

template<class DelegateT >
void BoundCallback< void, DelegateT >::operator() ( ) const
inlinevirtual

Implements CallbackBase< void >.

Definition at line 107 of file async.h.

Member Data Documentation

template<class DelegateT >
DelegateT* BoundCallback< void, DelegateT >::delegate_
private

Definition at line 110 of file async.h.

template<class DelegateT >
CallbackMethod BoundCallback< void, DelegateT >::method_
private

Definition at line 111 of file async.h.


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