VLink 2.0.0
A high-performance communication middleware
Loading...
Searching...
No Matches
vlink::IntraDataType Struct Reference

Polymorphic base for all typed in-process message containers. More...

#include <intra_data.h>

Collaboration diagram for vlink::IntraDataType:

Public Member Functions

 IntraDataType ()=default
virtual ~IntraDataType ()=default

Detailed Description

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.

Constructor & Destructor Documentation

◆ IntraDataType()

vlink::IntraDataType::IntraDataType ( )
default

◆ ~IntraDataType()

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

The documentation for this struct was generated from the following file: