SObjectizer 5.8
Loading...
Searching...
No Matches
internal_env_iface.hpp File Reference

Helper class for accessing private functionality of environment-class. More...

Go to the source code of this file.

Classes

class  so_5::impl::internal_env_iface_t
 A helper class for accessing the functionality of environment-class which is specific for SObjectizer internals only. More...
 

Namespaces

namespace  so_5
 Private part of message limit implementation.
 
namespace  so_5::impl
 Details of SObjectizer run-time implementations.
 

Functions

so_5::disp::mpsc_queue_traits::lock_factory_t so_5::impl::default_lock_factory (environment_t &env, const so_5::disp::mpsc_queue_traits::lock_factory_t &)
 Helper function to be used for extraction of lock_factory for MPSC queues.
 
so_5::disp::mpmc_queue_traits::lock_factory_t so_5::impl::default_lock_factory (environment_t &env, const so_5::disp::mpmc_queue_traits::lock_factory_t &)
 Helper function to be used for extraction of lock_factory for MPSC queues.
 
template<typename Init_Fn >
void so_5::impl::wrap_init_fn_call (Init_Fn init_fn)
 A special wrapper for calling init function.
 

Detailed Description

Helper class for accessing private functionality of environment-class.

Since
v.5.5.9

Definition in file internal_env_iface.hpp.