Cpp-Taskflow  2.2.0
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cstd::error_category [external]
 Ctf::ErrorThe error category of taskflow
 Ctf::ExecutorThe executor class to run a taskflow graph
 Ctf::ExecutorObserverInterfaceThe interface class for creating an executor observer
 Ctf::ExecutorObserverDefault executor observer to dump the execution timelines
 Ctf::FlowBuilderBuilding blocks of a task dependency graph
 Ctf::SubflowThe building blocks of dynamic tasking
 Ctf::TaskflowClass to create a task dependency graph
 Ctf::TaskHandle to modify and access a task
 Ctf::TaskViewA constant wrapper class to a task node, mainly used in the tf::ExecutorObserver interface
 Ctf::WorkStealingQueue< T >Lock-free unbounded single-producer multiple-consumer queue
 Ctf::WorkStealingQueue< Node *>