artdaq_core
v3_06_00
|
Represents one line of the stack trace message. More...
#include <artdaq-core/Utilities/ExceptionStackTrace.hh>
Public Member Functions | |
Trace (size_t index, std::string symbol) | |
Constructor. More... | |
Trace (Trace &&)=default | |
Trace (const Trace &)=delete | |
Trace & | operator= (const Trace &)=delete |
Trace & | operator= (Trace &&)=delete |
std::string | print () const |
Produces a one-line summary. | |
void | resolve () |
Reads and demangles backtrace symbols. | |
Represents one line of the stack trace message.
Definition at line 30 of file ExceptionStackTrace.hh.
|
inlineexplicit |
Constructor.
index | The position in a backtrace list |
symbol | A backtrace symbol |
Definition at line 38 of file ExceptionStackTrace.hh.