|
struct | ff_arena_t |
| Tag type for fastflow allocation. This empty type is used to select the overloaded placement new and delete operators that invoke the fastflow allocation routines. More...
|
|
class | filter_worker |
| Worker that passes a value to next stage if the predicate is satisfied or the filtered_value constant otherwise. More...
|
|
class | filter_collector |
| Collector node for a filter. More...
|
|
class | filter_emitter |
| Emitter for a filter stage. More...
|
|
class | iteration_worker |
|
class | ordered_stream_filter |
|
class | ordered_stream_reduce |
| Ordered stream reduce for FastFlow. More...
|
|
class | reduce_emitter |
| Reduce emitter. More...
|
|
class | reduce_worker |
| Reduce worker. More...
|
|
class | reduce_collector |
| Reduce collector. More...
|
|
class | node_impl |
| Fastflow node for a pipeline transformation stage. More...
|
|
class | node_impl< void, Output, Generator > |
| Fastflow node for a pipeline generation stage. More...
|
|
class | node_impl< Input, void, Consumer > |
| Fastflow node for a pipeline consumer stage. More...
|
|
class | unordered_stream_filter |
|
class | unordered_stream_reduce |
|