Constructor with pre-built elements. @param p_vspElements List of elements in the pipeline.
| 182 | // @param p_vspElements List of elements in the pipeline. |
| 183 | // |
| 184 | Pipeline::Pipeline(const PipelineElementSPV& p_vspElements) |
| 185 | : m_vspElements(p_vspElements) |
| 186 | { |
| 187 | } |
| 188 | |
| 189 | // |
| 190 | // Constructor with encoded pipeline. The pipeline is |
nothing calls this directly
no outgoing calls
no test coverage detected