| 105 | } |
| 106 | |
| 107 | Pipe::Pipe() : processors(std::make_shared<Processors>()) |
| 108 | { |
| 109 | } |
| 110 | |
| 111 | Pipe::Pipe(ProcessorPtr source, OutputPort * output, OutputPort * totals, OutputPort * extremes) |
| 112 | : processors(std::make_shared<Processors>()) |
no test coverage detected