#include <pipeline.h>
Public Member Functions | |
virtual void | setupProducer () |
virtual void | stopProducer () |
virtual void | teardownProducer () |
virtual bool | tryGet (std::vector< unique_ptr< T >> &products)=0 |
Definition at line 104 of file pipeline.h.
|
inlinevirtual |
Reimplemented in URProducer< T >.
Definition at line 107 of file pipeline.h.
|
inlinevirtual |
Reimplemented in URProducer< T >.
Definition at line 113 of file pipeline.h.
|
inlinevirtual |
Reimplemented in URProducer< T >.
Definition at line 110 of file pipeline.h.
|
pure virtual |
Implemented in URProducer< T >.