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) | |
Public Attributes | |
char | type |
union { | |
input_type * elem | |
predecessor_type * r | |
}; | |
tbb::task * | bypass_t |
Definition at line 209 of file flow_graph.h.
|
inline |
Definition at line 221 of file flow_graph.h.
|
inline |
Definition at line 223 of file flow_graph.h.
union { ... } |
tbb::task* tbb::flow::interface11::internal::function_input_base< Input, Policy, A, ImplType >::operation_type::bypass_t |
Definition at line 220 of file flow_graph.h.
input_type* tbb::flow::interface11::internal::function_input_base< Input, Policy, A, ImplType >::operation_type::elem |
Definition at line 213 of file flow_graph.h.
predecessor_type* tbb::flow::interface11::internal::function_input_base< Input, Policy, A, ImplType >::operation_type::r |
Definition at line 214 of file flow_graph.h.
char tbb::flow::interface11::internal::function_input_base< Input, Policy, A, ImplType >::operation_type::type |
Definition at line 211 of file flow_graph.h.