MeVisLab Toolbox Reference
|
Base class for all asynchronous I/O interfaces. More...
#include <Processor.h>
Public Member Functions | |
virtual | ~Processor ()=default |
Base class for all asynchronous I/O interfaces.
Although this class does not declare or define any functionality (except virtual destruction), it is important in order to have a common base for transport of processors between APIs. Usually templated channel interfaces inherit asio::Processor and final implementations make use of multiple inheritance of these for all types they support. To avoid the dreaded diamond problem (multiple instances of the root class object), virtual inheritance of asio::Processor is recommended unless you know what you are doing.
Definition at line 30 of file Processor.h.
|
virtualdefault |