Home
last modified time | relevance | path

Searched refs:m_infrastructure_factory (Results 1 – 2 of 2) sorted by relevance

/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/so_5/
H A Denvironment.cpp42 , m_infrastructure_factory( env_infrastructures::default_mt::factory() ) in environment_params_t()
62 , m_infrastructure_factory( std::move(other.m_infrastructure_factory) ) in environment_params_t()
100 swap( a.m_infrastructure_factory, b.m_infrastructure_factory ); in swap()
H A Denvironment.hpp399 return m_infrastructure_factory; in infrastructure_factory()
411 m_infrastructure_factory = std::move(factory); in infrastructure_factory()
634 environment_infrastructure_factory_t m_infrastructure_factory; member in so_5::environment_params_t