Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3301)

Issue 153230043: Turn Smob_base<>::print_smob into member functions (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 7 months ago by dak
Modified:
9 years, 6 months ago
Reviewers:
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

Turn Smob_base<>::print_smob into member functions Using a trampoline here leads to a more natural form of the print_smob function.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -150 lines) Patch
M lily/context.cc View 1 chunk +6 lines, -8 lines 0 comments Download
M lily/context-def.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M lily/context-mod.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M lily/dispatcher.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M lily/duration.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M lily/font-metric.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M lily/grob-array.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M lily/grob-smob.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M lily/include/context.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/context-def.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/context-mod.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/dispatcher.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/duration.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/font-metric.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/grob.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/grob-array.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/input.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/lily-lexer.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/lily-parser.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/moment.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/music-function.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/music-iterator.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/music-output.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/output-def.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/pitch.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/prob.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/scheme-listener.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/scm-hash.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/simple-closure.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/skyline-pair.hh View 1 chunk +0 lines, -1 line 0 comments Download
M lily/include/smobs.hh View 1 chunk +2 lines, -1 line 0 comments Download
M lily/include/smobs.tcc View 3 chunks +9 lines, -3 lines 0 comments Download
M lily/include/source-file.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/stencil.hh View 1 chunk +0 lines, -1 line 0 comments Download
M lily/include/translator.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/translator-group.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/unpure-pure-container.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/input-smob.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/lily-lexer.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M lily/lily-parser.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M lily/moment.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M lily/music-function.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/music-iterator.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M lily/music-output.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M lily/output-def.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M lily/pitch.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M lily/prob.cc View 1 chunk +5 lines, -6 lines 0 comments Download
M lily/scheme-listener.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M lily/scm-hash.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M lily/simple-closure.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/skyline-pair.cc View 1 chunk +0 lines, -10 lines 0 comments Download
M lily/source-file.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M lily/stencil.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M lily/translator.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M lily/translator-group.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M lily/undead.cc View 2 chunks +3 lines, -5 lines 0 comments Download
M lily/unpure-pure-container.cc View 1 chunk +4 lines, -5 lines 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b