lsst.utils
20.0.0-6-gd222c45+88b21af515
|
Go to the documentation of this file.
25 #ifndef LSST_UTILS_BACKTRACE_H
26 #define LSST_UTILS_BACKTRACE_H
56 bool const isEnabled() const noexcept {
return enabled; }
static Backtrace & get() noexcept
Get a reference to the singleton.
Backtrace & operator=(Backtrace &&)=delete
Singleton, enables automatic backtraces on the following signals:
Backtrace(Backtrace const &)=delete
Forward declarations for lsst::utils::Cache.
Backtrace(Backtrace &&)=delete
bool const isEnabled() const noexcept
Backtrace & operator=(Backtrace const &)=delete