]> git.tdb.fi Git - libs/core.git/blob - source/debug/exceptiontrace.h
Add move semantics to Variant
[libs/core.git] / source / debug / exceptiontrace.h
1 #ifndef MSP_DEBUG_EXCEPTIONTRACE_H_
2 #define MSP_DEBUG_EXCEPTIONTRACE_H_
3
4 #include <msp/core/mspcore_api.h>
5
6 namespace Msp {
7 namespace Debug {
8
9 class Backtrace;
10
11 MSPCORE_API void enable_exception_trace(bool);
12 MSPCORE_API const Backtrace &get_exception_trace();
13
14 } // namespace Debug
15 } // namespace Msp
16
17 #endif