#include <pipeline.h>
Public Member Functions | |
| pipeline () | |
| Construct empty pipeline. | |
| virtual | ~pipeline () |
| Destroy pipeline. | |
| void | add_filter (filter &filter_) |
| Add filter to end of pipeline. | |
| void | run (size_t max_number_of_live_tokens) |
| Run the pipeline to completion. | |
| void | clear () |
| Remove all filters from the pipeline. | |
Friends | |
| class | internal::stage_task |
| class | filter |