artdaq_core  v3_06_00
artdaq::debug::Trace Class Reference

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
 
Traceoperator= (const Trace &)=delete
 
Traceoperator= (Trace &&)=delete
 
std::string print () const
 Produces a one-line summary.
 
void resolve ()
 Reads and demangles backtrace symbols.
 

Detailed Description

Represents one line of the stack trace message.

Definition at line 30 of file ExceptionStackTrace.hh.

Constructor & Destructor Documentation

artdaq::debug::Trace::Trace ( size_t  index,
std::string  symbol 
)
inlineexplicit

Constructor.

Parameters
indexThe position in a backtrace list
symbolA backtrace symbol

Definition at line 38 of file ExceptionStackTrace.hh.


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