|
VLink 2.0.0
A high-performance communication middleware
|
Polymorphic base for all typed in-process message containers. More...
#include <intra_data.h>
Public Member Functions | |
| IntraDataType ()=default | |
| virtual | ~IntraDataType ()=default |
Polymorphic base for all typed in-process message containers.
Concrete subtypes generated by VLINK_INTRA_DATA_DECLARE carry the actual message value and implement operator<< / operator>> for on-demand serialisation when the message must cross a transport boundary.
|
default |
|
virtualdefault |