|
typedef tbb::flow::composite_node< std::tuple< int, int >, std::tuple< int > > | base_type |
|
|
tbb::flow::join_node< std::tuple< int, int >, queueing > | j |
|
tbb::flow::function_node< std::tuple< int, int >, int > | f |
|
Definition at line 47 of file _test_tbb_composite.cxx.
typedef tbb::flow::composite_node< std::tuple< int, int >, std::tuple< int > > Adder::base_type |
|
private |
Adder::Adder |
( |
tbb::flow::graph & |
g | ) |
|
|
inline |
Definition at line 62 of file _test_tbb_composite.cxx.
64 base_type::input_ports_type input_tuple(input_port<0>(
j), input_port<1>(
j));
65 base_type::output_ports_type output_tuple(
f);
66 base_type::set_external_ports(input_tuple, output_tuple);
tbb::flow::function_node< std::tuple< int, int >, int > f
tbb::flow::composite_node< std::tuple< int, int >, std::tuple< int > > base_type
tbb::flow::join_node< std::tuple< int, int >, queueing > j
int Adder::operator() |
( |
const vector< int > & |
in | ) |
|
|
inline |
tbb::flow::function_node< std::tuple< int, int >, int > Adder::f |
|
private |
tbb::flow::join_node< std::tuple<int, int>, queueing > Adder::j |
|
private |
The documentation for this struct was generated from the following files: