1DEMANGLE(1)                     [FIXME: manual]                    DEMANGLE(1)
2
3
4

NAME

6       demangle - Undo C++ name mangling for symbols
7

SYNOPSIS

9       demangle
10

DESCRIPTION

12       demangle reads a list of C++ mangled symbol names from standard input
13       and converts these names to human-readable form on standard output.
14
15       This utility is part of the KDE Software Development Kit.
16

EXAMPLE

18       Create a file called names containing the following mangled symbol
19       names:
20
21           _ZNK6Object10metaObjectEv
22           _ZN8QPtrListI5ArrowE5clearEv
23           _ZTC4Kolf0_11KMainWindow
24
25       These names can then be demangled as follows:
26
27           example$ demangle < names
28           Object::metaObject() const
29           QPtrList<Arrow>::clear()
30           construction vtable for KMainWindow-in-Kolf
31

SEE ALSO

33       kminspector(1) kmtrace(1) match(1)
34

AUTHOR

36       Ben Burton <bab@debian.org>
37           Author.
38
39
40
41[FIXME: source]                  April 7, 2003                     DEMANGLE(1)
Impressum