|
SObjectizer
5.8
|
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. | |
Information about event_handler and its properties.
Definition at line 42 of file subscription_storage_iface.hpp.
|
inline |
Definition at line 55 of file subscription_storage_iface.hpp.
| event_handler_kind_t so_5::impl::event_handler_data_t::m_kind |
Kind of this event handler.
Definition at line 53 of file subscription_storage_iface.hpp.
| 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.
| 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.