feisty meow concerns codebase  2.140
processes::callback_data_block Class Reference

a simple place-holder that anonymizes the type passed to the callback. More...

#include <safe_callback.h>

Inheritance diagram for processes::callback_data_block:

Public Member Functions

virtual ~callback_data_block ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~callback_data_block()

processes::callback_data_block::~callback_data_block ( )
virtual

Definition at line 36 of file safe_callback.cpp.


The documentation for this class was generated from the following files: