Searched refs:m_infrastructure_factory (Results 1 – 2 of 2) sorted by relevance
42 , 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()
399 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