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 231 of file _flow_graph_join_impl.h.
|
inline |
Definition at line 242 of file _flow_graph_join_impl.h.
|
inline |
Definition at line 244 of file _flow_graph_join_impl.h.
|
inline |
Definition at line 246 of file _flow_graph_join_impl.h.
union { ... } |
T* internal::reserving_port< T >::reserving_port_operation::my_arg |
Definition at line 235 of file _flow_graph_join_impl.h.
Referenced by internal::reserving_port< T >::handle_operations().
predecessor_type* internal::reserving_port< T >::reserving_port_operation::my_pred |
Definition at line 236 of file _flow_graph_join_impl.h.
Referenced by internal::reserving_port< T >::handle_operations().
char internal::reserving_port< T >::reserving_port_operation::type |
Definition at line 233 of file _flow_graph_join_impl.h.
Referenced by internal::reserving_port< T >::handle_operations().