RSC  0.17.1
Demangle.h File Reference
#include <stdexcept>
#include <string>
#include "InvalidMangledName.h"
#include "rsc/rscexports.h"
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

 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...