SObjectizer
5.7
|
#include <so_5/environment.hpp>
#include <string>
#include <so_5/impl/internal_env_iface.hpp>
#include <so_5/impl/coop_private_iface.hpp>
#include <so_5/impl/mbox_core.hpp>
#include <so_5/impl/layer_core.hpp>
#include <so_5/impl/stop_guard_repo.hpp>
#include <so_5/impl/std_msg_tracer_holder.hpp>
#include <so_5/impl/run_stage.hpp>
#include <so_5/stats/impl/std_controller.hpp>
#include <so_5/stats/impl/ds_mbox_core_stats.hpp>
#include <so_5/stats/impl/ds_agent_core_stats.hpp>
#include <so_5/stats/impl/ds_timer_thread_stats.hpp>
#include <so_5/env_infrastructures.hpp>
#include <so_5/details/rollback_on_exception.hpp>
Classes | |
class | so_5::anonymous_namespace{environment.cpp}::core_data_sources_t |
A bunch of data sources for core objects. More... | |
class | so_5::anonymous_namespace{environment.cpp}::default_event_queue_hook_t |
Default implementation of event_queue_hook. More... | |
struct | so_5::environment_t::internals_t |
Internal details of SObjectizer Environment object. More... | |
class | so_5::anonymous_namespace{environment.cpp}::autoshutdown_guard_t |
Namespaces | |
so_5 | |
Public part of message limit implementation. | |
so_5::anonymous_namespace{environment.cpp} | |
so_5::impl | |
Details of SObjectizer run-time implementations. | |
Functions | |
SO_5_FUNC void | so_5::swap (environment_params_t &a, environment_params_t &b) |
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. 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. More... | |
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. More... | |