STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::skeletons::flows::pg_view_flow< View, Index, IsNested > Class Template Reference

specialization when the flow is created over a view that is coming from a paragraph(nested_pg_view_subview) More...

Public Member Functions

 pg_view_flow (View &v, consumer_cnt_fun_t consumer_cnt_fun)
 
template<typename Index1 , typename F = skeletons::no_filter, typename Mapper = skeletons::no_mapper>
producer_type< Mapper > consume_from (Index1 const &index, F const &filter=F(), Mapper const &mapper=Mapper()) const
 

Public Types

using flow_value_type = typename View::value_type
 
template<typename Mapper >
using producer_type = paragraph_producer< View, Index, IsNested, Mapper >
 

Detailed Description

template<typename View, typename Index, bool IsNested>
class stapl::skeletons::flows::pg_view_flow< View, Index, IsNested >

specialization when the flow is created over a view that is coming from a paragraph(nested_pg_view_subview)

Template Parameters
Tthe type of the view that this flow is going to read/write to/from
Skeletonthe type of the skeleton that consumes from this flow
MappingFthe translator that should be used on the requests before passing it to the view
OptionalValueFilterother filters for example to specify partially consuming from a task

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