Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Public Member Functions | |
operation_type (const input_type &e, op_type t) | |
operation_type (op_type t) | |
![]() | |
aggregated_operation () | |
Public Attributes | |
char | type |
union { | |
input_type * elem | |
predecessor_type * r | |
}; | |
tbb::task * | bypass_t |
![]() | |
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". More... | |
Derived * | next |
Definition at line 213 of file _flow_graph_node_impl.h.
|
inline |
Definition at line 225 of file _flow_graph_node_impl.h.
|
inline |
Definition at line 227 of file _flow_graph_node_impl.h.
union { ... } |
tbb::task* internal::function_input_base< Input, Policy, A, ImplType >::operation_type::bypass_t |
Definition at line 224 of file _flow_graph_node_impl.h.
input_type* internal::function_input_base< Input, Policy, A, ImplType >::operation_type::elem |
Definition at line 217 of file _flow_graph_node_impl.h.
predecessor_type* internal::function_input_base< Input, Policy, A, ImplType >::operation_type::r |
Definition at line 218 of file _flow_graph_node_impl.h.
char internal::function_input_base< Input, Policy, A, ImplType >::operation_type::type |
Definition at line 215 of file _flow_graph_node_impl.h.