Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Public Member Functions | |
indexer_node_base_operation (const output_type *e, op_type t) | |
indexer_node_base_operation (const successor_type &s, op_type t) | |
indexer_node_base_operation (op_type t) | |
Public Attributes | |
char | type |
union { | |
output_type const * my_arg | |
successor_type * my_succ | |
task * bypass_t | |
}; | |
Definition at line 198 of file flow_graph.h.
|
inline |
Definition at line 210 of file flow_graph.h.
|
inline |
Definition at line 212 of file flow_graph.h.
|
inline |
Definition at line 214 of file flow_graph.h.
union { ... } |
task* tbb::flow::interface10::internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base_operation::bypass_t |
Definition at line 204 of file flow_graph.h.
output_type const* tbb::flow::interface10::internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base_operation::my_arg |
Definition at line 202 of file flow_graph.h.
successor_type* tbb::flow::interface10::internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base_operation::my_succ |
Definition at line 203 of file flow_graph.h.
char tbb::flow::interface10::internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base_operation::type |
Definition at line 200 of file flow_graph.h.