GamR  0.0.0
GammaROOT
Loading...
Searching...
No Matches
RTTI.hh
Go to the documentation of this file.
1#ifndef GAMROOT_UTILS_RTTI_HH
2#define GAMROOT_UTILS_RTTI_HH
3
4/* GNU */
5#include <cxxabi.h>
6#define DEMANGLE_TYPEID_NAME(x) abi::__cxa_demangle(typeid((x)).name(), NULL, NULL, NULL)
7
8#endif