STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::skeletons::flows::dontcare_flow Class Reference

You can think of a dontcare_flow as a flow that will discard any requests coming to it. If it is queried for consumers_count, it will return 0 and it also does not accept read requests. More...

Public Member Functions

template<typename Index , typename F = skeletons::no_filter, typename Mapper = skeletons::no_mapper>
producer_type< F >::type consume_from (Index const &, F const &f=F(), Mapper const &mapper=Mapper()) const
 
template<typename Coord >
std::size_t consumer_count (Coord const &) const
 

Detailed Description

You can think of a dontcare_flow as a flow that will discard any requests coming to it. If it is queried for consumers_count, it will return 0 and it also does not accept read requests.


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