Derived classes
Enumerations
Fields
const char * _namestates _state
Methods
setstate(states rhs) -> voidprotectedlog_error(const std::exception & err) const -> voidtemplate <class ... Args>
log(const Args &... args) const -> voidname(const char * rhs) -> voidname() const -> const char *stopped() const -> boolstopping() const -> boolrunning() const -> boolstarted() const -> boolstarting() const -> boolstate() const -> statesoperator=(pipeline_base &&) -> pipeline_base &pipeline_base(pipeline_base &&)operator=(const pipeline_base &) -> pipeline_base &pipeline_base(const pipeline_base &)~pipeline_base()pipeline_base()
Base classes
Derived classes
Types
using index_type = sys::u32
Methods
index(index_type rhs) -> voidindex() const -> index_typerecover(kernel_ptr && k) -> voidvirtualforward(kernel_ptr && k) -> voidvirtualsend(kernel_ptr && k) -> voidvirtualoperator=(pipeline &&) -> pipeline &pipeline(pipeline &&)operator=(const pipeline &) -> pipeline &pipeline(const pipeline &)~pipeline()virtualpipeline()