Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface10::internal::join_node_base< JP, InputTuple, OutputTuple >::join_node_base_operation Class Reference
Inheritance diagram for tbb::flow::interface10::internal::join_node_base< JP, InputTuple, OutputTuple >::join_node_base_operation:
Collaboration diagram for tbb::flow::interface10::internal::join_node_base< JP, InputTuple, OutputTuple >::join_node_base_operation:

Public Member Functions

 join_node_base_operation (const output_type &e, op_type t)
 
 join_node_base_operation (const successor_type &s, op_type t)
 
 join_node_base_operation (op_type t)
 

Public Attributes

char type
 
union {
   output_type *   my_arg
 
   successor_type *   my_succ
 
}; 
 
taskbypass_t
 

Detailed Description

template<typename JP, typename InputTuple, typename OutputTuple>
class tbb::flow::interface10::internal::join_node_base< JP, InputTuple, OutputTuple >::join_node_base_operation

Definition at line 1283 of file flow_graph.h.

Constructor & Destructor Documentation

◆ join_node_base_operation() [1/3]

template<typename JP , typename InputTuple , typename OutputTuple >
tbb::flow::interface10::internal::join_node_base< JP, InputTuple, OutputTuple >::join_node_base_operation::join_node_base_operation ( const output_type e,
op_type  t 
)
inline

Definition at line 1295 of file flow_graph.h.

1296  :
1297  task *try_put_task(const TupleType& t) __TBB_override {
#define __TBB_override
Definition: tbb_stddef.h:240
void const char const char int ITT_FORMAT __itt_group_sync x void const char ITT_FORMAT __itt_group_sync s void ITT_FORMAT __itt_group_sync p void ITT_FORMAT p void ITT_FORMAT p no args __itt_suppress_mode_t unsigned int void size_t ITT_FORMAT d void ITT_FORMAT p void ITT_FORMAT p __itt_model_site __itt_model_site_instance ITT_FORMAT p __itt_model_task * task

◆ join_node_base_operation() [2/3]

template<typename JP , typename InputTuple , typename OutputTuple >
tbb::flow::interface10::internal::join_node_base< JP, InputTuple, OutputTuple >::join_node_base_operation::join_node_base_operation ( const successor_type s,
op_type  t 
)
inline

Definition at line 1297 of file flow_graph.h.

1297  {
1298  // Sending split messages in parallel is not justified, as overheads would prevail.

◆ join_node_base_operation() [3/3]

template<typename JP , typename InputTuple , typename OutputTuple >
tbb::flow::interface10::internal::join_node_base< JP, InputTuple, OutputTuple >::join_node_base_operation::join_node_base_operation ( op_type  t)
inline

Definition at line 1299 of file flow_graph.h.

Member Data Documentation

◆ @10

union { ... }

◆ bypass_t

template<typename JP , typename InputTuple , typename OutputTuple >
task* tbb::flow::interface10::internal::join_node_base< JP, InputTuple, OutputTuple >::join_node_base_operation::bypass_t

Definition at line 1294 of file flow_graph.h.

◆ my_arg

template<typename JP , typename InputTuple , typename OutputTuple >
output_type* tbb::flow::interface10::internal::join_node_base< JP, InputTuple, OutputTuple >::join_node_base_operation::my_arg

Definition at line 1287 of file flow_graph.h.

◆ my_succ

template<typename JP , typename InputTuple , typename OutputTuple >
successor_type* tbb::flow::interface10::internal::join_node_base< JP, InputTuple, OutputTuple >::join_node_base_operation::my_succ

Definition at line 1288 of file flow_graph.h.

◆ type

template<typename JP , typename InputTuple , typename OutputTuple >
char tbb::flow::interface10::internal::join_node_base< JP, InputTuple, OutputTuple >::join_node_base_operation::type

Definition at line 1285 of file flow_graph.h.


The documentation for this class was generated from the following file:

Copyright © 2005-2019 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.