|
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 213 of file flow_graph.h.
|
inline |
Definition at line 225 of file flow_graph.h.
|
inline |
Definition at line 227 of file flow_graph.h.
| union { ... } |
| tbb::task* tbb::flow::interface10::internal::function_input_base< Input, Policy, A, ImplType >::operation_type::bypass_t |
Definition at line 224 of file flow_graph.h.
| input_type* tbb::flow::interface10::internal::function_input_base< Input, Policy, A, ImplType >::operation_type::elem |
Definition at line 217 of file flow_graph.h.
| predecessor_type* tbb::flow::interface10::internal::function_input_base< Input, Policy, A, ImplType >::operation_type::r |
Definition at line 218 of file flow_graph.h.
| char tbb::flow::interface10::internal::function_input_base< Input, Policy, A, ImplType >::operation_type::type |
Definition at line 215 of file flow_graph.h.