|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <flow_graph.h>
Public Types | |
| typedef wrap_key_tuple_elements< 8, key_matching_port, key_matching< K, KHash >, OutputTuple >::type | input_ports_type |
| typedef OutputTuple | output_type |
Public Types inherited from tbb::flow::interface11::internal::join_node_base< JP, InputTuple, OutputTuple > | |
| typedef OutputTuple | output_type |
| typedef sender< output_type >::successor_type | successor_type |
| typedef join_node_FE< JP, InputTuple, OutputTuple > | input_ports_type |
Public Types inherited from tbb::flow::interface11::internal::untyped_sender | |
| typedef untyped_receiver | successor_type |
| The successor type for this node. More... | |
Public Member Functions | |
| unfolded_join_node (graph &g) | |
| template<typename Body0 , typename Body1 , typename Body2 , typename Body3 , typename Body4 , typename Body5 , typename Body6 , typename Body7 > | |
| unfolded_join_node (graph &g, Body0 body0, Body1 body1, Body2 body2, Body3 body3, Body4 body4, Body5 body5, Body6 body6, Body7 body7) | |
| unfolded_join_node (const unfolded_join_node &other) | |
Public Member Functions inherited from tbb::flow::interface11::internal::join_node_base< JP, InputTuple, OutputTuple > | |
| join_node_base (graph &g) | |
| join_node_base (const join_node_base &other) | |
| template<typename FunctionTuple > | |
| join_node_base (graph &g, FunctionTuple f) | |
| bool | register_successor (successor_type &r) __TBB_override |
| Add a new successor to this node. More... | |
| bool | remove_successor (successor_type &r) __TBB_override |
| Removes a successor from this node. More... | |
| bool | try_get (output_type &v) __TBB_override |
| Request an item from the sender. More... | |
Public Member Functions inherited from tbb::flow::interface11::graph_node | |
| graph_node (graph &g) | |
| virtual | ~graph_node () |
Public Member Functions inherited from tbb::flow::interface11::sender< OutputTuple > | |
| virtual bool | try_reserve (OutputTuple &) |
| Reserves an item in the sender. More... | |
Public Member Functions inherited from tbb::flow::interface11::internal::untyped_sender | |
| virtual | ~untyped_sender () |
| virtual bool | try_release () |
| Releases the reserved item. More... | |
| virtual bool | try_consume () |
| Consumes the reserved item. More... | |
Private Types | |
| typedef tbb::flow::tuple_element< 0, OutputTuple >::type | T0 |
| typedef tbb::flow::tuple_element< 1, OutputTuple >::type | T1 |
| typedef tbb::flow::tuple_element< 2, OutputTuple >::type | T2 |
| typedef tbb::flow::tuple_element< 3, OutputTuple >::type | T3 |
| typedef tbb::flow::tuple_element< 4, OutputTuple >::type | T4 |
| typedef tbb::flow::tuple_element< 5, OutputTuple >::type | T5 |
| typedef tbb::flow::tuple_element< 6, OutputTuple >::type | T6 |
| typedef tbb::flow::tuple_element< 7, OutputTuple >::type | T7 |
| typedef join_node_base< key_matching< K, KHash >, input_ports_type, output_type > | base_type |
| typedef internal::type_to_key_function_body< T0, K > * | f0_p |
| typedef internal::type_to_key_function_body< T1, K > * | f1_p |
| typedef internal::type_to_key_function_body< T2, K > * | f2_p |
| typedef internal::type_to_key_function_body< T3, K > * | f3_p |
| typedef internal::type_to_key_function_body< T4, K > * | f4_p |
| typedef internal::type_to_key_function_body< T5, K > * | f5_p |
| typedef internal::type_to_key_function_body< T6, K > * | f6_p |
| typedef internal::type_to_key_function_body< T7, K > * | f7_p |
| typedef tbb::flow::tuple< f0_p, f1_p, f2_p, f3_p, f4_p, f5_p, f6_p, f7_p > | func_initializer_type |
Definition at line 1804 of file flow_graph.h.
|
private |
Definition at line 1818 of file flow_graph.h.
|
private |
Definition at line 1819 of file flow_graph.h.
|
private |
Definition at line 1820 of file flow_graph.h.
|
private |
Definition at line 1821 of file flow_graph.h.
|
private |
Definition at line 1822 of file flow_graph.h.
|
private |
Definition at line 1823 of file flow_graph.h.
|
private |
Definition at line 1824 of file flow_graph.h.
|
private |
Definition at line 1825 of file flow_graph.h.
|
private |
Definition at line 1826 of file flow_graph.h.
|
private |
Definition at line 1827 of file flow_graph.h.
| typedef wrap_key_tuple_elements<8,key_matching_port,key_matching<K,KHash>,OutputTuple>::type tbb::flow::interface11::internal::unfolded_join_node< 8, key_matching_port, OutputTuple, key_matching< K, KHash > >::input_ports_type |
Definition at line 1815 of file flow_graph.h.
| typedef OutputTuple tbb::flow::interface11::internal::unfolded_join_node< 8, key_matching_port, OutputTuple, key_matching< K, KHash > >::output_type |
Definition at line 1816 of file flow_graph.h.
|
private |
Definition at line 1806 of file flow_graph.h.
|
private |
Definition at line 1807 of file flow_graph.h.
|
private |
Definition at line 1808 of file flow_graph.h.
|
private |
Definition at line 1809 of file flow_graph.h.
|
private |
Definition at line 1810 of file flow_graph.h.
|
private |
Definition at line 1811 of file flow_graph.h.
|
private |
Definition at line 1812 of file flow_graph.h.
|
private |
Definition at line 1813 of file flow_graph.h.
|
inline |
Definition at line 1830 of file flow_graph.h.
References CODEPTR, tbb::internal::fgt_node_with_body(), and tbb::flow::interface11::graph_node::my_graph.
|
inline |
Definition at line 1845 of file flow_graph.h.
|
inline |
Definition at line 1858 of file flow_graph.h.