Taskflow
2.7.0
|
This is the complete list of members for tf::FlowBuilder, including all inherited members.
_graph | tf::FlowBuilder | protected |
composed_of(Taskflow &taskflow) | tf::FlowBuilder | inline |
emplace(C &&callable) | tf::FlowBuilder | |
emplace(C &&callable) | tf::FlowBuilder | |
emplace(C &&callable) | tf::FlowBuilder | |
emplace(C &&callable) | tf::FlowBuilder | |
emplace(C &&... callables) | tf::FlowBuilder | |
Executor (defined in tf::FlowBuilder) | tf::FlowBuilder | friend |
FlowBuilder(Graph &graph) | tf::FlowBuilder | inlineprotected |
for_each(B &&first, E &&last, C &&callable) | tf::FlowBuilder | |
for_each_dynamic(B &&beg, E &&end, C &&callable, H &&chunk_size=1) | tf::FlowBuilder | |
for_each_guided(B &&beg, E &&end, C &&callable, H &&chunk_size=1) | tf::FlowBuilder | |
for_each_index(B &&first, E &&last, S &&step, C &&callable) | tf::FlowBuilder | |
for_each_index_dynamic(B &&beg, E &&end, S &&step, C &&callable, H &&chunk_size=1) | tf::FlowBuilder | |
for_each_index_guided(B &&beg, E &&end, S &&step, C &&callable, H &&chunk_size=1) | tf::FlowBuilder | |
for_each_index_static(B &&beg, E &&end, S &&step, C &&callable, H &&chunk_size=0) | tf::FlowBuilder | |
for_each_static(B &&beg, E &&end, C &&callable, H &&chunk_size=0) | tf::FlowBuilder | |
linearize(std::vector< Task > &tasks) | tf::FlowBuilder | inline |
linearize(std::initializer_list< Task > tasks) | tf::FlowBuilder | inline |
placeholder() | tf::FlowBuilder | inline |
reduce(B &&first, E &&last, T &init, O &&bop) | tf::FlowBuilder | |
reduce_dynamic(B &&first, E &&last, T &init, O &&bop, H &&chunk_size=1) | tf::FlowBuilder | |
reduce_guided(B &&first, E &&last, T &init, O &&bop, H &&chunk_size=1) | tf::FlowBuilder | |
reduce_static(B &&first, E &&last, T &init, O &&bop, H &&chunk_size=0) | tf::FlowBuilder | |
transform_reduce(B &&first, E &&last, T &init, BOP &&bop, UOP &&uop) | tf::FlowBuilder | |
transform_reduce_dynamic(B &&first, E &&last, T &init, BOP &&bop, UOP &&uop, H &&chunk_size=1) | tf::FlowBuilder | |
transform_reduce_guided(B &&first, E &&last, T &init, BOP &&bop, UOP &&uop, H &&chunk_size=1) | tf::FlowBuilder | |
transform_reduce_static(B &&first, E &&last, T &init, BOP &&bop, UOP &&uop, H &&chunk_size=0) | tf::FlowBuilder |