Spicy
Public Member Functions | Friends | List of all members
hilti::rt::Backtrace Class Reference

#include <backtrace.h>

Public Member Functions

 Backtrace (const Backtrace &other)=default
 
 Backtrace (Backtrace &&other)=default
 
std::unique_ptr< std::vector< std::string > > backtrace () const
 
Backtraceoperator= (const Backtrace &other)=default
 
Backtraceoperator= (Backtrace &&other)=default
 

Friends

bool operator== (const Backtrace &a, const Backtrace &b)
 
bool operator!= (const Backtrace &a, const Backtrace &b)
 

Detailed Description

Captures a stack backtrace at construction time.


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