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) | |
![]() | |
aggregated_operation () | |
Public Attributes | |
char | type |
union { | |
output_type const * my_arg | |
successor_type * my_succ | |
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 194 of file _flow_graph_indexer_impl.h.
|
inline |
Definition at line 206 of file _flow_graph_indexer_impl.h.
|
inline |
Definition at line 208 of file _flow_graph_indexer_impl.h.
|
inline |
Definition at line 210 of file _flow_graph_indexer_impl.h.
union { ... } |
task* internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base_operation::bypass_t |
Definition at line 200 of file _flow_graph_indexer_impl.h.
Referenced by internal::indexer_node_base< InputTuple, OutputType, StructTypes >::handle_operations(), and internal::indexer_node_base< InputTuple, OutputType, StructTypes >::try_put_task().
output_type const* internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base_operation::my_arg |
Definition at line 198 of file _flow_graph_indexer_impl.h.
Referenced by internal::indexer_node_base< InputTuple, OutputType, StructTypes >::handle_operations().
successor_type* internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base_operation::my_succ |
Definition at line 199 of file _flow_graph_indexer_impl.h.
Referenced by internal::indexer_node_base< InputTuple, OutputType, StructTypes >::handle_operations().
char internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base_operation::type |
Definition at line 196 of file _flow_graph_indexer_impl.h.
Referenced by internal::indexer_node_base< InputTuple, OutputType, StructTypes >::handle_operations().