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

Notifier used in result_container for a consumer PARAGRAPH at the same level of nesting as the producer. Holds various filters and mappers used to guide the dataflow process. More...

Public Member Functions

 result_ct_sibling_notifier (rmi_handle::reference consumer, location_type parent_location, PortFilter port_filter, ValueFilter value_filter, LocationMapper location_mapper)
 
void operator() (Index index, T const &val, task_graph &tg, location_type producer_location) const
 

Detailed Description

template<typename Index, typename T, typename PortFilter, typename ValueFilter, typename LocationMapper>
class stapl::detail::result_ct_sibling_notifier< Index, T, PortFilter, ValueFilter, LocationMapper >

Notifier used in result_container for a consumer PARAGRAPH at the same level of nesting as the producer. Holds various filters and mappers used to guide the dataflow process.


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