|
SObjectizer
5.5
|
Implementation details for wrapped_env. More...
Public Member Functions | |
| details_t (so_5::api::generic_simple_init_t init_func, environment_params_t &¶ms) | |
| Initializing constructor. More... | |
| void | start () |
| void | stop () |
| void | join () |
Public Attributes | |
| actual_environment_t | m_env |
| Actual environment object. More... | |
| std::thread | m_env_thread |
| Helper thread for calling run method. More... | |
Implementation details for wrapped_env.
|
inline |
Initializing constructor.
|
inline |
|
inline |
|
inline |
| actual_environment_t so_5::wrapped_env_t::details_t::m_env |
Actual environment object.
| std::thread so_5::wrapped_env_t::details_t::m_env_thread |
Helper thread for calling run method.
1.8.14