VLink  2.0.0
A high-performance communication middleware
vlink::IntraDataType结构体 参考

Polymorphic base of every in-process payload container. 更多...

#include <intra_data.h>

vlink::IntraDataType 的协作图:

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.

构造及析构函数说明

◆ IntraDataType()

vlink::IntraDataType::IntraDataType ( )
default

◆ ~IntraDataType()

virtual vlink::IntraDataType::~IntraDataType ( )
virtualdefault

该结构体的文档由以下文件生成: