Run time type information utility class.
More...
#include <tdme/utilities/RTTI.h>
|
static const string | demangle (const string &name) |
| Demangle c++ symbol names. More...
|
|
static const string | backtrace () |
| Returns the current backtrace as string. More...
|
|
Run time type information utility class.
- Author
- Andreas Drewke
Definition at line 14 of file RTTI.h.
◆ backtrace()
const string backtrace |
( |
| ) |
|
|
static |
Returns the current backtrace as string.
- Returns
- backtrace as string
Definition at line 38 of file RTTI.cpp.
◆ demangle()
const string demangle |
( |
const string & |
name | ) |
|
|
static |
Demangle c++ symbol names.
- Returns
- demangled name
Definition at line 25 of file RTTI.cpp.
The documentation for this class was generated from the following files:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/utilities/RTTI.h
- /home/andreas/Development/drewke.net/tdme2/src/tdme/utilities/RTTI.cpp