$treeview $search $mathjax $extrastylesheet
artdaq_core
v3_06_01
$projectbrief
|
$projectbrief
|
$searchbox |
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. | |
symbol_ | std::move (symbol)} |
Trace (const Trace &) | |
Trace & | operator= (const Trace &) |
Trace & | operator= (Trace &&) |
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.
artdaq::debug::Trace::Trace | ( | size_t | index, | |
std::string | symbol | |||
) | [inline, explicit] |
Constructor.
index | The position in a backtrace list | |
symbol | A backtrace symbol |
Definition at line 38 of file ExceptionStackTrace.hh.