docs/classtf_1_1Task-members.html
| | Taskflow: A General-purpose Task-parallel Programming System |
Loading...
Searching...
No Matches
tf::Task Member List
This is the complete list of members for tf::Task, including all inherited members.
| acquire(Semaphore &semaphore) | tf::Task | inline | | acquire(I first, I last) | tf::Task | | | adopt(tf::Graph &&graph) | tf::Task | inline | | composed_of(T &object) | tf::Task | | | data(void *data) | tf::Task | inline | | data() const | tf::Task | inline | | dump(std::ostream &ostream) const | tf::Task | inline | | empty() const | tf::Task | inline | | exception_ptr() const | tf::Task | inline | | Executor (defined in tf::Task) | tf::Task | friend | | FlowBuilder (defined in tf::Task) | tf::Task | friend | | for_each_predecessor(V &&visitor) const | tf::Task | | | for_each_subflow_task(V &&visitor) const | tf::Task | | | for_each_successor(V &&visitor) const | tf::Task | | | has_exception_ptr() const | tf::Task | inline | | has_work() const | tf::Task | inline | | hash_value() const | tf::Task | inline | | name() const | tf::Task | inline | | name(const std::string &name) | tf::Task | inline | | NonpreemptiveRuntime (defined in tf::Task) | tf::Task | friend | | num_predecessors() const | tf::Task | inline | | num_strong_dependencies() const | tf::Task | inline | | num_successors() const | tf::Task | inline | | num_weak_dependencies() const | tf::Task | inline | | operator!=(const Task &rhs) const | tf::Task | inline | | operator=(const Task &other) | tf::Task | inline | | operator=(std::nullptr_t) | tf::Task | inline | | operator==(const Task &rhs) const | tf::Task | inline | | precede(Ts &&... tasks) | tf::Task | | | release(Semaphore &semaphore) | tf::Task | inline | | release(I first, I last) | tf::Task | | | remove_predecessors(Ts &&... tasks) | tf::Task | | | remove_successors(Ts &&... tasks) | tf::Task | | | reset() | tf::Task | inline | | reset_work() | tf::Task | inline | | Runtime (defined in tf::Task) | tf::Task | friend | | succeed(Ts &&... tasks) | tf::Task | | | Task()=default | tf::Task | | | Task(const Task &other) | tf::Task | inline | | Taskflow (defined in tf::Task) | tf::Task | friend | | TaskView (defined in tf::Task) | tf::Task | friend | | type() const | tf::Task | inline | | work(C &&callable) | tf::Task | |