RADLib
RADical C++ application framework
RADCore::ConnectionRecord Struct Reference

Connection record tracked by RADObject for automatic receiver cleanup. More...

#include <RADCore.h>

Public Attributes

size_t connectionId
 Event-local connection id. More...
 
std::function< void()> disconnectCallback
 Callback that disconnects the tracked connection. More...
 

Detailed Description

Connection record tracked by RADObject for automatic receiver cleanup.

Member Data Documentation

◆ connectionId

size_t RADCore::ConnectionRecord::connectionId

Event-local connection id.

◆ disconnectCallback

std::function<void()> RADCore::ConnectionRecord::disconnectCallback

Callback that disconnects the tracked connection.


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