18 #ifndef LIBCWD_DEMANGLE_H
19 #define LIBCWD_DEMANGLE_H
31 extern 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: demangle3.cc:825
void demangle_type(char const *input, std::string &output)
Demangle mangled type name input and write the result to string output.
Definition: demangle3.cc:842
namespace for libcwd.
Definition: debug.cc:87