|
SObjectizer
5.8
|
Types and constants for exception control flags. More...
Go to the source code of this file.
Classes | |
| struct | so_5::exceptions_enabled_t |
| Type that indicates that exceptions are enabled. More... | |
| struct | so_5::terminate_if_throws_t |
| Type that indicates that an exception leads to the termination of the whole application. More... | |
| struct | so_5::details::should_terminate_if_throws_t< exceptions_enabled_t > |
| struct | so_5::details::should_terminate_if_throws_t< terminate_if_throws_t > |
Namespaces | |
| namespace | so_5 |
| Private part of message limit implementation. | |
| namespace | so_5::details |
| Some reusable and low-level classes/functions which can be used in public header files. | |
Variables | |
| constexpr exceptions_enabled_t | so_5::exceptions_enabled {} |
| Value that indicates that exceptions are enabled. | |
| constexpr terminate_if_throws_t | so_5::terminate_if_throws |
| Value that indicates that an exception leads to the termination of the whole application. | |
Types and constants for exception control flags.
Definition in file exception_control_flags.hpp.