|
SObjectizer
5.8
|
Files | |
| abort_on_fatal_error.hpp | |
| Helpers for aborting the whole application in the case of a fatal error. | |
| always_false.hpp | |
| A simple metafunction that always "returns" false. | |
| at_scope_exit.hpp | |
| A simple implementation of at_scope_exit concept. | |
| invoke_noexcept_code.hpp | |
| Helpers for invoking code which must not throws. | |
| ios_helpers.hpp | |
| Various helpers for working with C++ iostreams. | |
| lambda_traits.hpp | |
| Lambda-related type traits. | |
| remaining_time_counter.hpp | |
| Helper class for calculating remaining time. | |
| rollback_on_exception.hpp | |
| Helpers for do rollback actions in the case of exception. | |
| safe_cv_wait_for.hpp | |
| Helpers for safe calls to condition_variable::wait_for with big timeout intervals. | |
| suppress_exceptions.hpp | |
| Helpers for invoking code with suppressing exceptions. | |
| sync_helpers.hpp | |
| Basic tools for simplify usage of std::mutex or null_mutex. | |