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 194 of file flow_graph.h.
|
inline |
Definition at line 206 of file flow_graph.h.
|
inline |
Definition at line 208 of file flow_graph.h.
|
inline |
Definition at line 210 of file flow_graph.h.
union { ... } |
task* tbb::flow::interface11::internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base_operation::bypass_t |
Definition at line 200 of file flow_graph.h.
output_type const* tbb::flow::interface11::internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base_operation::my_arg |
Definition at line 198 of file flow_graph.h.
successor_type* tbb::flow::interface11::internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base_operation::my_succ |
Definition at line 199 of file flow_graph.h.
char tbb::flow::interface11::internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base_operation::type |
Definition at line 196 of file flow_graph.h.