|
Cpp-Taskflow
2.3.0
|
This is the complete list of members for tf::Subflow, including all inherited members.
| broadcast(Task A, std::vector< Task > &others) | tf::FlowBuilder | inline |
| broadcast(Task A, std::initializer_list< Task > others) | tf::FlowBuilder | inline |
| composed_of(Taskflow &taskflow) | tf::FlowBuilder | inline |
| detach() | tf::Subflow | inline |
| detached() const | tf::Subflow | inline |
| emplace(C &&callable) | tf::FlowBuilder | |
| emplace(C &&callable) | tf::FlowBuilder | |
| emplace(C &&callable) | tf::FlowBuilder | |
| emplace(C &&... callables) | tf::FlowBuilder | |
| FlowBuilder(Graph &graph) | tf::FlowBuilder | inline |
| gather(std::vector< Task > &others, Task A) | tf::FlowBuilder | inline |
| gather(std::initializer_list< Task > others, Task A) | tf::FlowBuilder | inline |
| join() | tf::Subflow | inline |
| joined() const | tf::Subflow | inline |
| linearize(std::vector< Task > &tasks) | tf::FlowBuilder | inline |
| linearize(std::initializer_list< Task > tasks) | tf::FlowBuilder | inline |
| parallel_for(I beg, I end, C &&callable, size_t chunk=1) | tf::FlowBuilder | |
| parallel_for(I beg, I end, I step, C &&callable, size_t chunk=1) | tf::FlowBuilder | |
| parallel_for(I beg, I end, I step, C &&callable, size_t chunk=1) | tf::FlowBuilder | |
| placeholder() | tf::FlowBuilder | inline |
| precede(Task A, Task B) | tf::FlowBuilder | inline |
| reduce(I beg, I end, T &result, B &&bop) | tf::FlowBuilder | |
| reduce_max(I beg, I end, T &result) | tf::FlowBuilder | |
| reduce_min(I beg, I end, T &result) | tf::FlowBuilder | |
| Subflow(Args &&... args) | tf::Subflow | |
| transform_reduce(I beg, I end, T &result, B &&bop, U &&uop) | tf::FlowBuilder | |
| transform_reduce(I beg, I end, T &result, B &&bop1, P &&bop2, U &&uop) | tf::FlowBuilder |