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