CoriEngine
Loading...
Searching...
No Matches
CleanTypeName.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CORI_DEMANGLE(name)
#define CORI_CLEAN_TYPE_NAME(tn)

Macro Definition Documentation

◆ CORI_CLEAN_TYPE_NAME

#define CORI_CLEAN_TYPE_NAME ( tn)
Value:
typeid(tn).name()

Definition at line 47 of file CleanTypeName.hpp.

◆ CORI_DEMANGLE

#define CORI_DEMANGLE ( name)
Value:
name

Definition at line 45 of file CleanTypeName.hpp.