10#ifndef LIBCWD_DEMANGLE_H
11#define LIBCWD_DEMANGLE_H
20extern void demangle_type(
char const* input, std::string& output);
void demangle_symbol(char const *input, std::string &output)
Demangle mangled symbol name input and write the result to string output.
Definition demangle.cxx:814
void demangle_type(char const *input, std::string &output)
Demangle mangled type name input and write the result to string output.
Definition demangle.cxx:824