Loading [MathJax]/extensions/TeX/AMSmath.js
Radium Engine  1.5.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
StackTrace.hpp
1 #pragma once
2 #include <Core/RaCore.hpp>
3 
4 #include <string>
5 
6 namespace Ra {
7 namespace Core {
8 namespace Utils {
9 
10 RA_CORE_API std::string StackTrace( int skip = 1 );
11 
12 } // namespace Utils
13 } // namespace Core
14 } // namespace Ra
Definition: Cage.cpp:3