|
SObjectizer 5.8
|
Simple single-threaded environment infrastructure with thread safety. More...
Namespaces | |
| namespace | impl |
| Implementation details. | |
Classes | |
| class | params_t |
| Parameters for simple thread-safe single-thread environment. More... | |
Functions | |
| SO_5_FUNC environment_infrastructure_factory_t | factory (params_t &¶ms) |
| A factory for creation of simple thread-safe single-thread environment infrastructure object. | |
| environment_infrastructure_factory_t | factory () |
| A factory for creation of simple thread-safe single-thread environment infrastructure object with default parameters. | |
Simple single-threaded environment infrastructure with thread safety.
|
inline |
A factory for creation of simple thread-safe single-thread environment infrastructure object with default parameters.
Usage example:
Definition at line 150 of file env_infrastructures.hpp.
| SO_5_FUNC environment_infrastructure_factory_t so_5::env_infrastructures::simple_mtsafe::factory | ( | params_t && | params | ) |
A factory for creation of simple thread-safe single-thread environment infrastructure object.
Usage example:
Definition at line 806 of file simple_mtsafe_st_env_infrastructure.cpp.