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