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

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.