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

demangle.h
Go to the documentation of this file.
1 // $Header$
2 //
3 // Copyright (C) 2000 - 2004, by
4 //
5 // Carlo Wood, Run on IRC <carlo@alinoe.com>
6 // RSA-1024 0x624ACAD5 1997-01-26 Sign & Encrypt
7 // Fingerprint16 = 32 EC A7 B6 AC DB 65 A6 F6 F6 55 DD 1C DC FF 61
8 //
9 // This file may be distributed under the terms of the Q Public License
10 // version 1.0 as appearing in the file LICENSE.QPL included in the
11 // packaging of this file.
12 //
13 
18 #ifndef LIBCWD_DEMANGLE_H
19 #define LIBCWD_DEMANGLE_H
20 
21 #ifndef LIBCW_STRING
22 #define LIBCW_STRING
23 #include <string>
24 #endif
25 
26 namespace libcwd {
27 
31 extern void demangle_type(char const* input, std::string& output);
32 extern void demangle_symbol(char const* input, std::string& output);
33 
36 } // namespace libcwd
37 
38 #endif // LIBCWD_DEMANGLE_H
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
Copyright © 2001 - 2004 Carlo Wood.  All rights reserved.