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 209 of file _flow_graph_node_impl.h.
|
inline |
Definition at line 221 of file _flow_graph_node_impl.h.
|
inline |
Definition at line 223 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 220 of file _flow_graph_node_impl.h.
input_type* internal::function_input_base< Input, Policy, A, ImplType >::operation_type::elem |
Definition at line 213 of file _flow_graph_node_impl.h.
predecessor_type* internal::function_input_base< Input, Policy, A, ImplType >::operation_type::r |
Definition at line 214 of file _flow_graph_node_impl.h.
char internal::function_input_base< Input, Policy, A, ImplType >::operation_type::type |
Definition at line 211 of file _flow_graph_node_impl.h.