Taskflow  2.7.0
tf::Subflow Member List

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

_graphtf::FlowBuilderprotected
composed_of(Taskflow &taskflow)tf::FlowBuilderinline
detach()tf::Subflowinline
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::Subflow)tf::Subflowfriend
FlowBuilder (defined in tf::Subflow)tf::Subflowfriend
tf::FlowBuilder::FlowBuilder(Graph &graph)tf::FlowBuilderinlineprotected
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
join()tf::Subflowinline
joinable() consttf::Subflowinline
linearize(std::vector< Task > &tasks)tf::FlowBuilderinline
linearize(std::initializer_list< Task > tasks)tf::FlowBuilderinline
placeholder()tf::FlowBuilderinline
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