LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
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
A base class for image defects.
Backtrace(Backtrace &&)=delete
bool const isEnabled() const noexcept
Backtrace & operator=(Backtrace const &)=delete