Back to Hhvm

flow_graph.h File Reference

third-party/tbb/src/doc/html/a00203.html

latest4.5 KB
Original Source

Classes | Namespaces | Enumerations | Functions

flow_graph.h File Reference

The graph related classes and functions. More...

|

Classes

| | struct | tbb::flow::interface10::null_type | | | A generic null type. More...
| | | | class | tbb::flow::interface10::continue_msg | | | An empty class used for messages that mean "I'm done". More...
| | | | class | tbb::flow::interface10::sender< T > | | | Forward declaration section. More...
| | | | class | tbb::flow::interface10::receiver< T > | | | Pure virtual template class that defines a receiver of messages of type T. More...
| | | | class | tbb::flow::interface10::limiter_node< T > | | | | class | tbb::flow::interface10::run_and_put_task< R, B > | | | | class | tbb::flow::interface10::internal::successor_cache< T, M > | | | | class | tbb::flow::interface10::internal::broadcast_cache< T, M > | | | | class | tbb::flow::interface10::internal::round_robin_cache< T, M > | | | | class | tbb::flow::interface10::internal::predecessor_cache< T, M > | | | | class | tbb::flow::interface10::internal::reservable_predecessor_cache< T, M > | | | | class | tbb::flow::interface10::internal::edge_container< C > | | | | class | tbb::flow::interface10::async_msg< T > | | | | class | tbb::flow::interface10::internal::async_storage< T > | | | | struct | tbb::flow::interface10::internal::async_helpers< T, typename > | | | | struct | tbb::flow::interface10::internal::async_helpers< T, typename std::enable_if< std::is_base_of< async_msg< typename T::async_msg_data_type >, T >::value >::type > | | | | class | tbb::flow::interface10::internal::untyped_sender | | | | class | tbb::flow::interface10::internal::untyped_receiver | | | | class | tbb::flow::interface10::sender< T > | | | Forward declaration section. More...
| | | | class | tbb::flow::interface10::receiver< T > | | | Pure virtual template class that defines a receiver of messages of type T. More...
| | | | class | tbb::flow::interface10::sender< T > | | | Forward declaration section. More...
| | | | class | tbb::flow::interface10::receiver< T > | | | Pure virtual template class that defines a receiver of messages of type T. More...
| | | | class | tbb::flow::interface10::continue_receiver | | | Base class for receivers of completion messages. More...
| | |

|

Namespaces

| | | tbb | | | The graph class.
| | |

|

Enumerations

| | enum | concurrency { unlimited = 0, serial = 1 } | | | An enumeration the provides the two most common concurrency levels: unlimited and serial.
| | |

|

Functions

| | static tbb::task * | tbb::flow::interface10::combine_tasks (graph &g, tbb::task *left, tbb::task *right) | | | | template<typename K , typename T > | | K | tbb::flow::key_from_message (const T &t) | | |

Detailed Description

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.


Copyright © 2005-2018 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.