SObjectizer  5.8
Loading...
Searching...
No Matches
so_5::impl::event_handler_data_t Struct Reference

Information about event_handler and its properties. More...

#include <subscription_storage_iface.hpp>

Public Member Functions

 event_handler_data_t (event_handler_method_t method, thread_safety_t thread_safety, event_handler_kind_t kind)
 

Public Attributes

event_handler_method_t m_method
 Method for handling event.
 
thread_safety_t m_thread_safety
 Is event handler thread safe or not.
 
event_handler_kind_t m_kind
 Kind of this event handler.
 

Detailed Description

Information about event_handler and its properties.

Since
v.5.4.0

Definition at line 42 of file subscription_storage_iface.hpp.

Constructor & Destructor Documentation

◆ event_handler_data_t()

so_5::impl::event_handler_data_t::event_handler_data_t ( event_handler_method_t method,
thread_safety_t thread_safety,
event_handler_kind_t kind )
inline

Definition at line 55 of file subscription_storage_iface.hpp.

Member Data Documentation

◆ m_kind

event_handler_kind_t so_5::impl::event_handler_data_t::m_kind

Kind of this event handler.

Since
v.5.7.0

Definition at line 53 of file subscription_storage_iface.hpp.

◆ m_method

event_handler_method_t so_5::impl::event_handler_data_t::m_method

Method for handling event.

Definition at line 45 of file subscription_storage_iface.hpp.

◆ m_thread_safety

thread_safety_t so_5::impl::event_handler_data_t::m_thread_safety

Is event handler thread safe or not.

Definition at line 47 of file subscription_storage_iface.hpp.


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