repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
kits
/
debugger
/
demangler
/
Demangler.h
blob
bda5bc24681a0455d7a694dffcdfa40da0942bb1
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
7
8
#include <String.h>
9
10
11
class
Demangler
{
12
public
:
13
static
BString
Demangle
(
const
BString
&
mangledName
);
14
};
15
16
17
#endif
// DEMANGLER_H