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 227 of file flow_graph.h.
|
inline |
Definition at line 238 of file flow_graph.h.
|
inline |
Definition at line 240 of file flow_graph.h.
|
inline |
Definition at line 242 of file flow_graph.h.
union { ... } |
T* tbb::flow::interface11::internal::reserving_port< T >::reserving_port_operation::my_arg |
Definition at line 231 of file flow_graph.h.
predecessor_type* tbb::flow::interface11::internal::reserving_port< T >::reserving_port_operation::my_pred |
Definition at line 232 of file flow_graph.h.
char tbb::flow::interface11::internal::reserving_port< T >::reserving_port_operation::type |
Definition at line 229 of file flow_graph.h.