RSC  0.17.1
Demangle.cpp File Reference
#include "Demangle.h"
#include <boost/format.hpp>
Include dependency graph for Demangle.cpp:

Go to the source code of this file.

Namespaces

 rsc
 
 rsc::runtime
 

Functions

std::string rsc::runtime::demangle (const char *mangledSymbol)
 This function takes the mangled name of a symbol and returns the demangled name of the symbol. More...
 
std::string rsc::runtime::demangle (const std::string &mangledSymbol)
 This function takes the mangled name of a symbol and returns the demangled name of the symbol. More...