This is the complete list of members for CppMate::PipelineThreadPool< R, A >, including all inherited members.
| addTask(typename Pipeline< R, A... >::Signature task, A &&... args) override | CppMate::PipelineThreadPool< R, A > | inline |
| Pipeline< R, A... >::addTask(Signature task, A &&... args)=0 | CppMate::Pipeline< R, A... > | pure virtual |
| create(unsigned maxThreads=0) | CppMate::PipelineThreadPool< R, A > | inlinestatic |
| create(std::shared_ptr< ThreadPool< R >> pool) | CppMate::PipelineThreadPool< R, A > | inlinestatic |
| getPool() const | CppMate::PipelineThreadPool< R, A > | inline |
| operator=(const PipelineThreadPool &other)=default | CppMate::PipelineThreadPool< R, A > | |
| operator=(PipelineThreadPool &&other)=default | CppMate::PipelineThreadPool< R, A > | |
| PipelineThreadPool(const PipelineThreadPool &other)=default | CppMate::PipelineThreadPool< R, A > | |
| PipelineThreadPool(PipelineThreadPool &&other)=default | CppMate::PipelineThreadPool< R, A > | |
| PipelineThreadPool(unsigned maxThreads=0) | CppMate::PipelineThreadPool< R, A > | inlineexplicit |
| PipelineThreadPool(std::shared_ptr< ThreadPool< R >> pool) | CppMate::PipelineThreadPool< R, A > | inlineexplicit |
| Signature typedef | CppMate::Pipeline< R, A... > | |
| ~Pipeline()=default | CppMate::Pipeline< R, A... > | virtual |