Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <_flow_graph_join_impl.h>
Static Public Member Functions | |
template<typename TupleType , typename PortType > | |
static void | set_join_node_pointer (TupleType &my_input, PortType *port) |
template<typename TupleType > | |
static void | consume_reservations (TupleType &my_input) |
template<typename TupleType > | |
static void | release_my_reservation (TupleType &my_input) |
template<typename TupleType > | |
static void | release_reservations (TupleType &my_input) |
template<typename InputTuple , typename OutputTuple > | |
static bool | reserve (InputTuple &my_input, OutputTuple &out) |
template<typename InputTuple , typename OutputTuple > | |
static bool | get_my_item (InputTuple &my_input, OutputTuple &out) |
template<typename InputTuple , typename OutputTuple > | |
static bool | get_items (InputTuple &my_input, OutputTuple &out) |
template<typename InputTuple > | |
static void | reset_my_port (InputTuple &my_input) |
template<typename InputTuple > | |
static void | reset_ports (InputTuple &my_input) |
template<typename InputTuple , typename KeyFuncTuple > | |
static void | set_key_functors (InputTuple &my_input, KeyFuncTuple &my_key_funcs) |
template<typename KeyFuncTuple > | |
static void | copy_key_functors (KeyFuncTuple &my_inputs, KeyFuncTuple &other_inputs) |
template<typename InputTuple > | |
static void | reset_inputs (InputTuple &my_input, reset_flags f) |
Definition at line 135 of file _flow_graph_join_impl.h.
|
inlinestatic |
Definition at line 143 of file _flow_graph_join_impl.h.
|
inlinestatic |
Definition at line 189 of file _flow_graph_join_impl.h.
|
inlinestatic |
Definition at line 168 of file _flow_graph_join_impl.h.
References internal::join_helper< N >::get_my_item().
|
inlinestatic |
Definition at line 163 of file _flow_graph_join_impl.h.
|
inlinestatic |
|
inlinestatic |
Definition at line 153 of file _flow_graph_join_impl.h.
References internal::join_helper< N >::release_my_reservation().
|
inlinestatic |
Definition at line 158 of file _flow_graph_join_impl.h.
References internal::join_helper< N >::reserve().
|
inlinestatic |
Definition at line 195 of file _flow_graph_join_impl.h.
|
inlinestatic |
Definition at line 173 of file _flow_graph_join_impl.h.
|
inlinestatic |
Definition at line 178 of file _flow_graph_join_impl.h.
References internal::join_helper< N >::reset_my_port().
|
inlinestatic |
Definition at line 138 of file _flow_graph_join_impl.h.
References internal::join_helper< N >::set_join_node_pointer().
|
inlinestatic |
Definition at line 183 of file _flow_graph_join_impl.h.