SyTen
warning_msgs.cpp File Reference

Implementation for file inc/util/warning_msgs.h. More...

+ Include dependency graph for warning_msgs.cpp:

Namespaces

 syten
 Syten namespace.
 

Functions

std::string syten::prepare_exception_message (std::string_view const cond, std::string_view const file, std::string_view const line)
 Prepares the exeption message and returns it as a std::string. More...
 

Variables

bool syten::issue_error_backtrace_immediate = false
 if true, issue the print_backtrace() call from within issue_error. More...
 
std::mutex syten::warning_error_mtx
 Mutex protecting issue_warning() and issue_error() More...
 

Detailed Description

Implementation for file inc/util/warning_msgs.h.