| 35 | class loop_visitor { |
| 36 | public: |
| 37 | explicit loop_visitor(const CConstSongView &view) : |
| 38 | song_view_(view.GetChannelOrder().Canonicalize(), view.GetSong(), false) { } |
| 39 | |
| 40 | template <typename F, typename G> |
| 41 | void Visit(F cb, G fx) { |
nothing calls this directly
no test coverage detected