specialization when the flow is created over a view that is coming from a paragraph(nested_pg_view_subview)  
 More...
|  | 
|  | 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 | 
|  | 
|  | 
| using | flow_value_type = typename View::value_type | 
|  | 
| template<typename Mapper > | 
| using | producer_type = paragraph_producer< View, Index, IsNested, Mapper > | 
|  | 
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
- 
  
    | T | the type of the view that this flow is going to read/write to/from |  | Skeleton | the type of the skeleton that consumes from this flow |  | MappingF | the translator that should be used on the requests before passing it to the view |  | OptionalValueFilter | other filters for example to specify partially consuming from a task |  
 
The documentation for this class was generated from the following file: