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

Notifier used in result_container for a consumer PARAGRAPH who is the parent of producer (i.e., output port to output port dataflow). Holds various filters and mappers used to guide the dataflow process. More...

Public Member Functions

 result_ct_parent_notifier (mapper_t mapper, port_filter_t port_filter)
 
void operator() (Index index, T const &val, task_graph &tg, location_type) const
 

Detailed Description

template<typename Index, typename T>
class stapl::detail::result_ct_parent_notifier< Index, T >

Notifier used in result_container for a consumer PARAGRAPH who is the parent of producer (i.e., output port to output port dataflow). Holds various filters and mappers used to guide the dataflow process.


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