The graph related classes and functions. More...
Namespaces | |
tbb | |
The namespace tbb contains all components of the library. | |
Constant Groups | |
tbb | |
The namespace tbb contains all components of the library. | |
Functions | |
static tbb::task * | tbb::flow::interface9::combine_tasks (tbb::task *left, tbb::task *right) |
template<typename K , typename T > | |
K | tbb::flow::key_from_message (const T &t) |
Variables | |
static tbb::task *const | tbb::flow::internal::SUCCESSFULLY_ENQUEUED = (task *)-1 |
The graph related classes and functions.
There are some applications that best express dependencies as messages passed between nodes in a graph. These messages may contain data or simply act as signals that a predecessors has completed. The graph class and its associated node classes can be used to express such applications.