SObjectizer  5.7
Classes | Namespaces | Variables
exception_control_flags.hpp File Reference

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< Flag >
 Metafunction that tells is exceptions enabled or not. 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

 so_5
 Public part of message limit implementation.
 
 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. More...
 
constexpr terminate_if_throws_t so_5::terminate_if_throws
 Value that indicates that an exception leads to the termination of the whole application. More...
 

Detailed Description

Types and constants for exception control flags.