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