STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::skeletons::flows::numbered_flow< N, Flow > Class Template Reference

Numbering the flows allows the user to identify each flow and perform the appropriate operations based on the given number. More...

Public Member Functions

 numbered_flow (Flow const &flow)
 
template<int M>
 numbered_flow (numbered_flow< M, Flow > const &flow)
 
template<typename Coord >
std::size_t consumer_count (Coord const &producer_coord) const
 

Detailed Description

template<std::size_t N, typename Flow>
class stapl::skeletons::flows::numbered_flow< N, Flow >

Numbering the flows allows the user to identify each flow and perform the appropriate operations based on the given number.


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