SObjectizer  5.7
details Directory Reference

Files

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