|
VLink
2.0.0
A high-performance communication middleware
|
Polymorphic base of every in-process payload container. 更多...
#include <intra_data.h>
Public 成员函数 | |
| IntraDataType ()=default | |
| virtual | ~IntraDataType ()=default |
Polymorphic base of every in-process payload container.
Concrete subtypes are emitted by VLINK_INTRA_DATA_DECLARE. They store the actual message value and implement the serialisation operators that convert between the in-memory representation and a Bytes buffer when the message crosses a transport boundary.
|
default |
|
virtualdefault |