|
Intel(R) Threading Building Blocks Doxygen Documentation version 4.2.3
|
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 Member Functions inherited from tbb::interface6::internal::aggregated_operation< Derived > | |
| aggregated_operation () | |
Public Attributes | ||
| char | type | |
| union { | ||
| output_type * my_arg | ||
| successor_type * my_succ | ||
| }; | ||
| task * | bypass_t | |
Public Attributes inherited from tbb::interface6::internal::aggregated_operation< Derived > | ||
| uintptr_t | status | |
| Zero value means "wait" status, all other values are "user" specified values and are defined into the scope of a class which uses "status". | ||
| Derived * | next | |
Definition at line 1291 of file _flow_graph_join_impl.h.
|
inline |
Definition at line 1303 of file _flow_graph_join_impl.h.
|
inline |
Definition at line 1305 of file _flow_graph_join_impl.h.
|
inline |
Definition at line 1307 of file _flow_graph_join_impl.h.
| union { ... } internal::join_node_base< JP, InputTuple, OutputTuple >::join_node_base_operation |
| task* internal::join_node_base< JP, InputTuple, OutputTuple >::join_node_base_operation::bypass_t |
Definition at line 1302 of file _flow_graph_join_impl.h.
Referenced by internal::join_node_base< JP, InputTuple, OutputTuple >::forward_task(), and internal::join_node_base< JP, InputTuple, OutputTuple >::handle_operations().
| output_type* internal::join_node_base< JP, InputTuple, OutputTuple >::join_node_base_operation::my_arg |
Definition at line 1295 of file _flow_graph_join_impl.h.
Referenced by internal::join_node_base< JP, InputTuple, OutputTuple >::handle_operations().
| successor_type* internal::join_node_base< JP, InputTuple, OutputTuple >::join_node_base_operation::my_succ |
Definition at line 1296 of file _flow_graph_join_impl.h.
Referenced by internal::join_node_base< JP, InputTuple, OutputTuple >::handle_operations().
| char internal::join_node_base< JP, InputTuple, OutputTuple >::join_node_base_operation::type |
Definition at line 1293 of file _flow_graph_join_impl.h.
Referenced by internal::join_node_base< JP, InputTuple, OutputTuple >::handle_operations().