Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Public Member Functions | |
reserving_port_operation (const T &e, op_type t) | |
reserving_port_operation (const predecessor_type &s, op_type t) | |
reserving_port_operation (op_type t) | |
Public Attributes | |
char | type |
union { | |
T * my_arg | |
predecessor_type * my_pred | |
}; | |
Definition at line 232 of file flow_graph.h.
|
inline |
Definition at line 243 of file flow_graph.h.
|
inline |
Definition at line 245 of file flow_graph.h.
|
inline |
Definition at line 247 of file flow_graph.h.
union { ... } |
T* tbb::flow::interface10::internal::reserving_port< T >::reserving_port_operation::my_arg |
Definition at line 236 of file flow_graph.h.
predecessor_type* tbb::flow::interface10::internal::reserving_port< T >::reserving_port_operation::my_pred |
Definition at line 237 of file flow_graph.h.
char tbb::flow::interface10::internal::reserving_port< T >::reserving_port_operation::type |
Definition at line 234 of file flow_graph.h.