Back to Taskflow

Taskflow: A General

docs/classtf_1_1FlowBuilder-members.html

4.1.07.2 KB
Original Source

| | Taskflow: A General-purpose Task-parallel Programming System |

Loading...

Searching...

No Matches

tf::FlowBuilder Member List

This is the complete list of members for tf::FlowBuilder, including all inherited members.

| adopt(Graph &&graph) | tf::FlowBuilder | inline | | composed_of(T &object) | tf::FlowBuilder | | | 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 | | | 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::FlowBuilder) | tf::FlowBuilder | friend | | fill(B first, E last, V value, P part=P()) | tf::FlowBuilder | | | fill_n(B first, C count, V value, P part=P()) | tf::FlowBuilder | | | 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(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 | | | generate(B first, E last, G gen, P part=P()) | tf::FlowBuilder | | | generate_n(B first, C count, G gen, P part=P()) | tf::FlowBuilder | | | 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) | tf::FlowBuilder | | | merge(B1 first1, E1 last1, B2 first2, E2 last2, O d_first, C cmp) | tf::FlowBuilder | | | min_element(B first, E last, T &result, C comp, P part) | tf::FlowBuilder | | | 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 | | | sort(B first, E last, C cmp) | tf::FlowBuilder | | | sort(B first, E last) | tf::FlowBuilder | | | 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 | |