00001 // $Header: /cvsroot/libcwd/libcwd/include/libcwd/demangle.h,v 1.3 2004/05/27 03:03:52 libcw Exp $ 00002 // 00003 // Copyright (C) 2000 - 2003, by 00004 // 00005 // Carlo Wood, Run on IRC <carlo@alinoe.com> 00006 // RSA-1024 0x624ACAD5 1997-01-26 Sign & Encrypt 00007 // Fingerprint16 = 32 EC A7 B6 AC DB 65 A6 F6 F6 55 DD 1C DC FF 61 00008 // 00009 // This file may be distributed under the terms of the Q Public License 00010 // version 1.0 as appearing in the file LICENSE.QPL included in the 00011 // packaging of this file. 00012 // 00013 00018 #ifndef LIBCWD_DEMANGLE_H 00019 #define LIBCWD_DEMANGLE_H 00020 00021 #ifndef LIBCW_STRING 00022 #define LIBCW_STRING 00023 #include <string> 00024 #endif 00025 00026 namespace libcwd { 00027 00031 extern void demangle_type(char const* input, std::string& output); 00032 extern void demangle_symbol(char const* input, std::string& output); 00033 00036 } // namespace libcwd 00037 00038 #endif // LIBCWD_DEMANGLE_H