Tracer
v0.0.1
A platform independant stack trace generator
|
This tracer does nothing. More...
#include <DummyTracer.hpp>
Public Member Functions | |
std::vector< Frame > | backtrace () override |
Does nothing. | |
![]() | |
virtual void | setContext (void *) |
Empty default implementation of setContext. | |
This tracer does nothing.
This tracer will automatically be used when no other tracer is available
Definition at line 40 of file DummyTracer.hpp.