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