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::indexed_producer< ValueType, IndexType, F, is_nested > Class Template Reference

A indexed_producer is used as a wrapper for indexable producers in a dependence graph. This class offers the possibility of a filtered request from a producer. More...

Public Member Functions

 indexed_producer (IndexType const &index, F const &filter_func)
 
 indexed_producer (IndexType const &index)
 
IndexType get_index () const
 
get_filter () const
 

Public Types

using index_type = IndexType
 
using value_type = ValueType
 
using filter_type = F
 

Detailed Description

template<typename ValueType, typename IndexType, typename F = skeletons::no_filter, bool is_nested = false>
class stapl::skeletons::flows::indexed_producer< ValueType, IndexType, F, is_nested >

A indexed_producer is used as a wrapper for indexable producers in a dependence graph. This class offers the possibility of a filtered request from a producer.

Producer information is then used in various environments in order to create tasks, create visualization of dependence graphs, etc.

Template Parameters
ValueTypethe type of the producer edge
IndexTypethe type of producer's index. For a 1D view this would as simple as size_t
Fthe filter that can be applied on the request on the producer side
is_nestedindicates if we are consuming from a paragraph or not
See also
taskgraph_env.hpp
graphviz_env.hpp
local_env.hpp

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