Otclient  14/8/2020
demangle.h File Reference
#include <typeinfo>
#include <string>
Include dependency graph for demangle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 stdext
 

Functions

const char * stdext::demangle_name (const char *name)
 Demangle names for GNU g++ compiler. More...
 
template<typename T >
std::string stdext::demangle_class ()
 Returns the name of a class. More...
 
template<typename T >
std::string stdext::demangle_type ()
 Returns the name of a type. More...