artdaq_core  v3_06_00
artdaq::debug::StackTrace Class Reference

Represents the entire stack trace message. More...

#include <artdaq-core/Utilities/ExceptionStackTrace.hh>

Public Types

using traces_t = std::vector< Trace >
 

Public Member Functions

 StackTrace (std::string type_name)
 Constructor. More...
 
std::string print () const
 Produces a stack trace summary.
 
void resolve ()
 Reads and demangles backtrace symbols.
 
 StackTrace (StackTrace &&)=default
 
StackTraceoperator= (StackTrace &&)=default
 
 StackTrace (const StackTrace &)=delete
 
StackTraceoperator= (const StackTrace &)=delete
 

Static Public Member Functions

static std::string demangle (std::string const &symbol)
 Demangles backtrace symbols.
 

Detailed Description

Represents the entire stack trace message.

Definition at line 97 of file ExceptionStackTrace.hh.

Constructor & Destructor Documentation

artdaq::debug::StackTrace::StackTrace ( std::string  type_name)
explicit

Constructor.

Parameters
type_nameThe mangled type of the thrown exception

Definition at line 73 of file ExceptionStackTrace.cc.


The documentation for this class was generated from the following files: