|
SObjectizer 5.8
|
User-visible parameters for various environment infrastructures. More...
Go to the source code of this file.
Classes | |
| class | so_5::env_infrastructures::simple_mtsafe::params_t |
| Parameters for simple thread-safe single-thread environment. More... | |
| class | so_5::env_infrastructures::simple_not_mtsafe::params_t |
| Parameters for simple not-thread-safe single-thread environment. More... | |
Namespaces | |
| namespace | so_5 |
| Private part of message limit implementation. | |
| namespace | so_5::env_infrastructures |
| Various implementations of environment_infrastructure. | |
| namespace | so_5::env_infrastructures::default_mt |
| Default multi-threaded environment infrastructure. | |
| namespace | so_5::env_infrastructures::simple_mtsafe |
| Simple single-threaded environment infrastructure with thread safety. | |
| namespace | so_5::env_infrastructures::simple_not_mtsafe |
| Simple single-threaded environment infrastructure without thread safety. | |
Functions | |
| SO_5_FUNC environment_infrastructure_factory_t | so_5::env_infrastructures::default_mt::factory () |
| A factory for creation the default multitheading environment infrastructure. | |
| SO_5_FUNC environment_infrastructure_factory_t | so_5::env_infrastructures::simple_mtsafe::factory (params_t &¶ms) |
| A factory for creation of simple thread-safe single-thread environment infrastructure object. | |
| environment_infrastructure_factory_t | so_5::env_infrastructures::simple_mtsafe::factory () |
| A factory for creation of simple thread-safe single-thread environment infrastructure object with default parameters. | |
| SO_5_FUNC environment_infrastructure_factory_t | so_5::env_infrastructures::simple_not_mtsafe::factory (params_t &¶ms) |
| A factory for creation of simple not-thread-safe single-thread environment infrastructure object. | |
| environment_infrastructure_factory_t | so_5::env_infrastructures::simple_not_mtsafe::factory () |
| A factory for creation of simple not-thread-safe single-thread environment infrastructure object with default parameters. | |
User-visible parameters for various environment infrastructures.
Definition in file env_infrastructures.hpp.