This is the complete list of members for tf::Taskflow, including all inherited members.
| adopt(Graph &&graph) | tf::FlowBuilder | inline |
| clear() | tf::Taskflow | inline |
| composed_of(T &object) | tf::FlowBuilder | |
| 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 &&callable) | tf::FlowBuilder | |
| emplace(C &&callable) | tf::FlowBuilder | |
| emplace(C &&... callables) | tf::FlowBuilder | |
| empty() const | tf::Taskflow | inline |
| erase(Task task) | tf::FlowBuilder | inline |
| exclusive_scan(B first, E last, D d_first, T init, BOP bop) | tf::FlowBuilder | |
| Executor (defined in tf::Taskflow) | tf::Taskflow | friend |
| find_if(B first, E last, T &result, UOP predicate, P part=P()) | tf::FlowBuilder | |
| find_if_not(B first, E last, T &result, UOP predicate, P part=P()) | tf::FlowBuilder | |
| FlowBuilder (defined in tf::Taskflow) | tf::Taskflow | friend |
| tf::FlowBuilder::FlowBuilder(Graph &graph) | tf::FlowBuilder | inline |
| for_each(B first, E last, C callable, P part=P()) | tf::FlowBuilder | |
| for_each_by_index(R range, C callable, P part=P()) | tf::FlowBuilder | |
| for_each_index(B first, E last, S step, C callable, P part=P()) | tf::FlowBuilder | |
| for_each_task(V &&visitor) const | tf::Taskflow | |
| graph() | tf::Taskflow | inline |
| inclusive_scan(B first, E last, D d_first, BOP bop) | tf::FlowBuilder | |
| inclusive_scan(B first, E last, D d_first, BOP bop, T init) | tf::FlowBuilder | |
| linearize(std::vector< Task > &tasks) | tf::FlowBuilder | inline |
| linearize(std::initializer_list< Task > tasks) | tf::FlowBuilder | inline |
| max_element(B first, E last, T &result, C comp, P part) | tf::FlowBuilder | |
| merge(B1 first1, E1 last1, B2 first2, E2 last2, O d_first, P part=P()) | tf::FlowBuilder | |
| merge(B1 first1, E1 last1, B2 first2, E2 last2, O d_first, C cmp, P part=P()) | tf::FlowBuilder | |
| min_element(B first, E last, T &result, C comp, P part) | tf::FlowBuilder | |
| name(const std::string &) | tf::Taskflow | inline |
| name() const | tf::Taskflow | inline |
| num_tasks() const | tf::Taskflow | inline |
| operator=(Taskflow &&rhs) | tf::Taskflow | inline |
| placeholder() | tf::FlowBuilder | inline |
| reduce(B first, E last, T &init, O bop, P part=P()) | tf::FlowBuilder | |
| reduce_by_index(R range, T &init, L lop, G gop, P part=P()) | tf::FlowBuilder | |
| remove_dependency(Task from, Task to) | tf::Taskflow | inline |
| sort(B first, E last, C cmp) | tf::FlowBuilder | |
| sort(B first, E last) | tf::FlowBuilder | |
| Subflow (defined in tf::Taskflow) | tf::Taskflow | friend |
| Taskflow(const std::string &name) | tf::Taskflow | inline |
| Taskflow() | tf::Taskflow | inline |
| Taskflow(Taskflow &&rhs) | tf::Taskflow | inline |
| Topology (defined in tf::Taskflow) | tf::Taskflow | friend |
| transform(B first1, E last1, O d_first, C c, P part=P()) | tf::FlowBuilder | |
| transform(B1 first1, E1 last1, B2 first2, O d_first, C c, P part=P()) | tf::FlowBuilder | |
| transform_exclusive_scan(B first, E last, D d_first, T init, BOP bop, UOP uop) | tf::FlowBuilder | |
| transform_inclusive_scan(B first, E last, D d_first, BOP bop, UOP uop) | tf::FlowBuilder | |
| transform_inclusive_scan(B first, E last, D d_first, BOP bop, UOP uop, T init) | tf::FlowBuilder | |
| transform_reduce(B first, E last, T &init, BOP bop, UOP uop, P part=P()) | tf::FlowBuilder | |
| transform_reduce(B1 first1, E1 last1, B2 first2, T &init, BOP_R bop_r, BOP_T bop_t, P part=P()) | tf::FlowBuilder | |
| ~Taskflow()=default | tf::Taskflow |