repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Nitpick: ly:spanner-bound grob name slur -> spanner.
[lilypond.git]
/
flower
/
rtti.cc
blob
39941f8f74e296b92f84092360dad3b7dd1bcef2
1
#include <cctype>
2
using namespace
std
;
3
4
#include
"virtual-methods.hh"
5
6
char const
*
7
demangle_classname
(
type_info
const
&
t
)
8
{
9
char const
*
s
=
t
.
name
();
10
while
(
isdigit
(*
s
))
11
s
++;
12
return
s
;
13
}