|
SObjectizer
5.5
|
Active objects dispatcher. More...
Namespaces | |
| impl | |
| Active objects dispatcher implemetation details. | |
Classes | |
| class | disp_params_t |
| Alias for namespace with traits of event queue. More... | |
| class | dispatcher_handle_t |
| A handle for active_obj dispatcher. More... | |
Functions | |
| SO_5_NODISCARD SO_5_FUNC dispatcher_handle_t | make_dispatcher ( environment_t &env, const std::string_view data_sources_name_base, disp_params_t params) |
| Create an instance of active_obj dispatcher. More... | |
| dispatcher_handle_t | make_dispatcher (environment_t &env, const std::string_view data_sources_name_base) |
| Create an instance of active_obj dispatcher. More... | |
| dispatcher_handle_t | make_dispatcher (environment_t &env) |
| Create a private active_obj dispatcher. More... | |
Active objects dispatcher.
|
inline |
Create an instance of active_obj dispatcher.
| env | SObjectizer Environment to work in. |
| data_sources_name_base | Value for creating names of data sources for run-time monitoring. |
|
inline |
Create a private active_obj dispatcher.
| env | SObjectizer Environment to work in. |
| SO_5_FUNC dispatcher_handle_t so_5::disp::active_obj::make_dispatcher | ( | environment_t & | env, |
| const std::string_view | data_sources_name_base, | ||
| disp_params_t | params | ||
| ) |
Create an instance of active_obj dispatcher.
| env | SObjectizer Environment to work in. |
| data_sources_name_base | Value for creating names of data sources for run-time monitoring. |
| params | Parameters for dispatcher. |
1.8.14