feisty meow concerns codebase
2.140
|
a simple place-holder that anonymizes the type passed to the callback. More...
#include <safe_callback.h>
Public Member Functions | |
virtual | ~callback_data_block () |
a simple place-holder that anonymizes the type passed to the callback.
the virtual destructor above ensures that RTTI can be used if necessary; objects of different class types can be differentiated when passed to the callback.
Definition at line 141 of file safe_callback.h.
|
virtual |
Definition at line 36 of file safe_callback.cpp.