RSC  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

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