libcwdversion 2.0.0
The C++ Debugging Support Library
Loading...
Searching...
No Matches
demangle.h File Reference
#include <string>

Go to the source code of this file.

Namespaces

namespace  libcwd
 namespace for libcwd.

Functions

void libcwd::demangle_type (char const *input, std::string &output)
 Demangle mangled type name input and write the result to string output.
void libcwd::demangle_symbol (char const *input, std::string &output)
 Demangle mangled symbol name input and write the result to string output.

Detailed Description

Do not include this header file directly, instead include debug.h.