![]() |
CernVM-FS
2.13.0
|
#include <async.h>
Public Types | |
typedef void(DelegateT::* | CallbackMethod )(const ClosureDataT closure_data) |
Public Member Functions | |
BoundClosure (CallbackMethod method, DelegateT *delegate, ClosureDataT data) | |
void | operator() () const |
![]() | |
virtual | ~CallbackBase () |
Private Attributes | |
DelegateT * | delegate_ |
CallbackMethod | method_ |
const ClosureDataT | closure_data_ |
typedef void(DelegateT::* BoundClosure< void, DelegateT, ClosureDataT >::CallbackMethod)(const ClosureDataT closure_data) |
|
inline |
|
inlinevirtual |
Implements CallbackBase< void >.
|
private |
|
private |
|
private |