Main Page   Reference Manual   Namespace List   Compound List   Namespace Members   Compound Members   File Members  

demangle.h File Reference

#include <string>

Include dependency graph for demangle.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  libcwd

Functions

void demangle_type (char const *input, std::string &output)
 Demangle mangled type name input and write the result to string output.
void 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 "\ref preparation_step2 "debug.h"".
Copyright © 2001 - 2004 Carlo Wood.  All rights reserved.