![]() |
Spicy
|
#include <backtrace.h>
Public Member Functions | |
| Backtrace (const Backtrace &other)=default | |
| Backtrace (Backtrace &&other)=default | |
| std::unique_ptr< std::vector< std::string > > | backtrace () const |
| Backtrace & | operator= (const Backtrace &other)=default |
| Backtrace & | operator= (Backtrace &&other)=default |
Friends | |
| bool | operator== (const Backtrace &a, const Backtrace &b) |
| bool | operator!= (const Backtrace &a, const Backtrace &b) |
Captures a stack backtrace at construction time.