|
SObjectizer
5.7
|
Classes | |
| class | autoshutdown_guard_t |
| class | core_data_sources_t |
| A bunch of data sources for core objects. More... | |
| class | default_event_queue_hook_t |
| Default implementation of event_queue_hook. More... | |
Functions | |
| queue_locks_defaults_manager_unique_ptr_t | ensure_locks_defaults_manager_exists (queue_locks_defaults_manager_unique_ptr_t current) |
| Helper function for creation of appropriate manager object if necessary. More... | |
| event_queue_hook_unique_ptr_t | ensure_event_queue_hook_exists (event_queue_hook_unique_ptr_t current) |
| Helper function for creation of appropriate event_queue_hook object if necessary. More... | |
| so_5::disp::abstract_work_thread_factory_shptr_t | ensure_work_thread_factory_exists (so_5::disp::abstract_work_thread_factory_shptr_t user_provided_factory) |
| Helper function for creation of the default global work thread factory. More... | |
| event_queue_hook_unique_ptr_t so_5::anonymous_namespace{environment.cpp}::ensure_event_queue_hook_exists | ( | event_queue_hook_unique_ptr_t | current | ) |
Helper function for creation of appropriate event_queue_hook object if necessary.
| current | The current value. Note: can be nullptr. |
| queue_locks_defaults_manager_unique_ptr_t so_5::anonymous_namespace{environment.cpp}::ensure_locks_defaults_manager_exists | ( | queue_locks_defaults_manager_unique_ptr_t | current | ) |
Helper function for creation of appropriate manager object if necessary.
| current | The current value. Note: can be nullptr. |
| so_5::disp::abstract_work_thread_factory_shptr_t so_5::anonymous_namespace{environment.cpp}::ensure_work_thread_factory_exists | ( | so_5::disp::abstract_work_thread_factory_shptr_t | user_provided_factory | ) |
Helper function for creation of the default global work thread factory.
If user_provided_factory is nullptr then standard work thread factory will be created. Otherwise user_provided_factory is returned.
| user_provided_factory | The current value provided by a user. Note: it can be nullptr. |
1.8.14