#include <exceptions.hh>
Static Public Member Functions | |
static void | print () |
Prints the stacktrace. | |
static bool & | doit () |
If doit is set to false, no stacktrace is printed. | |
Dumps a stack trace using gdb. This class is used if an assertion fails using conceptsAssert.
Definition at line 34 of file exceptions.hh.
If doit is set to false, no stacktrace is printed.
Definition at line 39 of file exceptions.hh.