STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::paragraph_impl::setup_flow_func< T, PortFilter, ValueFilter, LocationMapper > Class Template Reference

Functor used for setup_flow in nested paragraph directory call to pass to invoke_where. At the location where the nested PARAGRAPH's rmi_handle is known by the directory, use it to initiate a call to request_out_flow on the producer PARAGRAPH. More...

Public Member Functions

 setup_flow_func (location_type parent_location, rmi_handle::reference consumer_handle, location_type consumer_location, PortFilter port_filter, ValueFilter value_filter, LocationMapper location_mapper)
 
template<typename Key >
void operator() (p_object &d, Key const &producer) const
 

Detailed Description

template<typename T, typename PortFilter, typename ValueFilter, typename LocationMapper>
class stapl::paragraph_impl::setup_flow_func< T, PortFilter, ValueFilter, LocationMapper >

Functor used for setup_flow in nested paragraph directory call to pass to invoke_where. At the location where the nested PARAGRAPH's rmi_handle is known by the directory, use it to initiate a call to request_out_flow on the producer PARAGRAPH.


The documentation for this class was generated from the following file: