![]() |
Taskflow
3.2.0-Master-Branch
|
This is the complete list of members for tf::Taskflow, including all inherited members.
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 &&... callables) | tf::FlowBuilder | |
emplace(C &&callable) | tf::FlowBuilder | |
emplace(C &&callable) | tf::FlowBuilder | |
emplace(C &&callable) | tf::FlowBuilder | |
emplace_on(C &&callable, D &&device) | tf::FlowBuilder | |
emplace_on(C &&callable, Q &&queue) | tf::FlowBuilder | |
empty() const | tf::Taskflow | inline |
erase(Task task) | tf::FlowBuilder | 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(B first, E last, C callable) | tf::FlowBuilder | |
for_each_index(B first, E last, S step, C callable) | tf::FlowBuilder | |
for_each_task(V &&visitor) const | tf::Taskflow | |
graph() | tf::Taskflow | 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 |
operator=(Taskflow &&rhs) | tf::Taskflow | inline |
placeholder() | tf::FlowBuilder | inline |
reduce(B first, E last, T &init, O bop) | tf::FlowBuilder | |
sort(B first, E last, C cmp) | tf::FlowBuilder | |
sort(B first, E last) | tf::FlowBuilder | |
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) | tf::FlowBuilder | |
transform(B1 first1, E1 last1, B2 first2, O d_first, C c) | tf::FlowBuilder | |
transform_reduce(B first, E last, T &init, BOP bop, UOP uop) | tf::FlowBuilder | |
~Taskflow()=default | tf::Taskflow |