25#ifndef LSST_CPPUTILS_BACKTRACE_H
26#define LSST_CPPUTILS_BACKTRACE_H
56 bool const isEnabled() const noexcept {
return enabled; }
65namespace utils = cpputils;
Singleton, enables automatic backtraces on the following signals:
Backtrace & operator=(Backtrace const &)=delete
static Backtrace & get() noexcept
Get a reference to the singleton.
bool const isEnabled() const noexcept
Backtrace(Backtrace &&)=delete
Backtrace(Backtrace const &)=delete
Backtrace & operator=(Backtrace &&)=delete