![]() |
CernVM-FS
2.12.0
|
#include <async.h>
Public Member Functions | |
virtual | ~CallbackBase () |
virtual void | operator() (const ParamT &value) const =0 |
This file is part of the CernVM File System. Encapsulates a callback function that handles asynchronous responses.
This is an abstract base class for two different callback function objects. There are two specializations: –> 1. for static members or global C-like functions –> 2. for member functions of arbitrary objects
|
inlinevirtual |
|
pure virtual |