51 template<
class CallbackType>
Base class with which callbacks are registered.
Abstract class to handle automatic call-back registration with the CallbackRegistry....
void operator=(const Callback< CallbackType > &)=delete
Disallow default bitwise assignment.
virtual ~Callback()
Destructor.
bool checkOut()
Check-out Callback from CallbackRegistry.
Callback(CallbackRegistry< CallbackType > &)
Construct and register with CallbackRegistry.
bool checkIn()
Register Callback with CallbackRegistry.