Qore Programming Language
1.7.0
|
Qore call stack. More...
#include <ExceptionSink.h>
Inherits std::vector< T >.
Public Member Methods | |
DLLEXPORT void | add (qore_call_t type, const char *label, int start, int end, const char *code, const char *lang="Qore") |
add an element to the end of the stack trace | |
DLLEXPORT void | add (qore_call_t type, const char *label, int start, int end, const char *source, unsigned offset, const char *code, const char *lang="Qore") |
add an element to the end of the stack trace | |
Qore call stack.