| 59 | private: |
| 60 | PipelineReaderJSON& operator=(const PipelineReaderJSON&) = delete; |
| 61 | PipelineReaderJSON(const PipelineReaderJSON&) = delete; |
| 62 | |
| 63 | void readPipeline(const std::string& filename); |
| 64 | void readPipeline(std::istream& input); |
no outgoing calls
no test coverage detected