$treeview $search $mathjax $extrastylesheet
artdaq_core
v3_06_01
$projectbrief
|
$projectbrief
|
$searchbox |
Represents the entire stack trace message. More...
#include <artdaq-core/Utilities/ExceptionStackTrace.hh>
Public Member Functions | |
StackTrace (std::string type_name) | |
Constructor. | |
std::string | print () const |
Produces a stack trace summary. | |
void | resolve () |
Reads and demangles backtrace symbols. | |
StackTrace (StackTrace &&) | |
StackTrace & | operator= (StackTrace &&) |
StackTrace (const StackTrace &) | |
StackTrace & | operator= (const StackTrace &) |
Static Public Member Functions | |
static std::string | demangle (std::string const &symbol) |
Demangles backtrace symbols. |
Represents the entire stack trace message.
Definition at line 97 of file ExceptionStackTrace.hh.
artdaq::debug::StackTrace::StackTrace | ( | std::string | type_name | ) | [explicit] |
Constructor.
type_name | The mangled type of the thrown exception |
Definition at line 73 of file ExceptionStackTrace.cc.