VLink 2.0.0
A high-performance communication middleware
载入中...
搜索中...
未找到
vlink::IntraDataType结构体 参考

Polymorphic base for all typed in-process message containers. 更多...

#include <intra_data.h>

vlink::IntraDataType 的协作图:

Public 成员函数

 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.

构造及析构函数说明

◆ IntraDataType()

vlink::IntraDataType::IntraDataType ( )
default

◆ ~IntraDataType()

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

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