Debugger: Split into core library and application.
[haiku.git] / src / kits / debugger / demangler / Demangler.h
blobbda5bc24681a0455d7a694dffcdfa40da0942bb1
1 /*
2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef DEMANGLER_H
6 #define DEMANGLER_H
8 #include <String.h>
11 class Demangler {
12 public:
13 static BString Demangle(const BString& mangledName);
17 #endif // DEMANGLER_H