STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
Classes
Customized Elem Operator Flows
+ Collaboration diagram for Customized Elem Operator Flows:

Classes

struct  stapl::skeletons::flows::flows_impl::wrap_domain< Domain, ScalarSpan >
 Wraps a domain in a domain_wrapper if it is not already wrapped by one with the same is_scalar template parameter. More...
 
class  stapl::skeletons::flows::elem_f::elem_in_port< S >
 An elementary input port which is the default input port of elementary skeletons is a single dimension input port which allows simply redirects the consumer_count requests to its underlying parametric dependency. More...
 
struct  stapl::skeletons::flows::elem_f::doall
 a doall elementary flow considers all elements inside of it as connectable entities in the dependence graph, whether each node is connected or not in the dependence graph, depends on the underlying skeleton. More...
 
struct  stapl::skeletons::flows::elem_f::doacross
 a doacross elementary flow considers all elements inside of it as connectable entities in the dependence graph, whether each node is connected or not in the dependence graph, depends on the underlying skeleton. More...
 
class  stapl::skeletons::flows::indexed_flow< T, Domain, inter_pg, void >
 An elementary flow representing the output of a single node in the dataflow graph corresponding to a single skeleton which allows a skeleton to be connected to all its underlying spawned tasks. More...
 

Detailed Description