|
Scroom
0.14
|
#include <scroom/assertions.hh>#include <execinfo.h>#include <cerrno>#include <csignal>#include <cstdlib>#include <cstring>#include <iostream>#include <sstream>#include <spdlog/spdlog.h>
Classes | |
| class | Scroom::Utils::Detail::ErrorSignalHandler |
Namespaces | |
| Scroom | |
| Scroom::Utils | |
| Scroom::Utils::Detail | |
Functions | |
| std::string | Scroom::Utils::Detail::stackTrace (size_t cutoff) |
| void | Scroom::Utils::Detail::abort () __attribute__((noreturn)) |
| void | Scroom::Utils::Detail::assertionFailed (std::string_view type, std::string_view expr, std::string_view function, std::string_view filename, unsigned int line) __attribute__((noreturn)) |
Variables | |
| static ErrorSignalHandler | Scroom::Utils::Detail::errorSignalHandler |