|
Cpp-Taskflow
2.3.0
|
This is the complete list of members for tf::Taskflow, 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 |
| clear() | tf::Taskflow | inline |
| composed_of(Taskflow &taskflow) | tf::FlowBuilder | inline |
| dump(std::ostream &ostream) const | tf::Taskflow | inline |
| dump() const | tf::Taskflow | inline |
| emplace(C &&callable) | tf::FlowBuilder | |
| emplace(C &&callable) | tf::FlowBuilder | |
| emplace(C &&callable) | tf::FlowBuilder | |
| emplace(C &&... callables) | tf::FlowBuilder | |
| empty() const | tf::Taskflow | inline |
| Executor (defined in tf::Taskflow) | tf::Taskflow | friend |
| FlowBuilder (defined in tf::Taskflow) | tf::Taskflow | friend |
| tf::FlowBuilder::FlowBuilder(Graph &graph) | tf::FlowBuilder | inline |
| for_each_task(V &&visitor) const | tf::Taskflow | |
| gather(std::vector< Task > &others, Task A) | tf::FlowBuilder | inline |
| gather(std::initializer_list< Task > others, Task A) | tf::FlowBuilder | inline |
| linearize(std::vector< Task > &tasks) | tf::FlowBuilder | inline |
| linearize(std::initializer_list< Task > tasks) | tf::FlowBuilder | inline |
| name(const std::string &) | tf::Taskflow | inline |
| name() const | tf::Taskflow | inline |
| num_tasks() const | tf::Taskflow | 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 | |
| Taskflow(const std::string &name) | tf::Taskflow | inline |
| Taskflow() | tf::Taskflow | inline |
| Topology (defined in tf::Taskflow) | tf::Taskflow | friend |
| 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 | |
| ~Taskflow() | tf::Taskflow | inlinevirtual |