STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
Classes
Paragraph Utility Files
+ Collaboration diagram for Paragraph Utility Files:

Classes

struct  stapl::paragraph_impl::coarsener_type< Factory, stat >
 Metafunction that computes the coarsener type for a given Factory. More...
 
struct  stapl::paragraph_impl::coarsener_type< Factory, false >
 The specialization of coarsener_type metafunction for the case that the coarsener_type is not defined by the Factory. More...
 
struct  stapl::replicated_cid
 This code encapsulates a view index (previously call cid) used in cases when computation has been transparently replicated on portions of the system to avoid unnecessary communication. More...
 
struct  stapl::paragraph_impl::identity_wf< WF >
 Trivially wraps a workfunction. More...
 
struct  stapl::paragraph_impl::has_enable_migration< T, Enable >
 Metafunction that checks if enable_migration is defined for T.Extends from false_type by default. More...
 
struct  stapl::paragraph_impl::has_enable_migration< T, typename T::enable_migration >
 Metafunction that checks if enable_migration is defined for T.Extends from true_type for T that has T::enable_migration. More...
 
struct  stapl::paragraph_impl::tag_type< Factory, bool >
 Metafunction that computes the tag type for a given Factory. More...
 
struct  stapl::paragraph_impl::tag_type< Factory, false >
 Metafunction that computes the tag type for a given Factory for the case that tag_type is not defined by the Factory. More...
 
struct  stapl::is_factory< WF >
 Boolean type metafunction to detect if template parameter WF is a factory. More...
 
struct  stapl::paragraph_impl::strip_df_proxy< View, V >
 Metafunction that unwraps redundant proxy / view wrapping such as with the edge_accessor backed proxy when the edge type is a proxy. More...
 
struct  stapl::paragraph_impl::strip_df_proxy< proxy< T, A >, typename T::is_view_ >
 Specialization for proxy<view<T>>.Remove the proxy by invoking proxy's conversion operator. More...
 
struct  stapl::paragraph_impl::wf_invoke< WF, ViewSet, IdxList >
 Function object that invokes a workfunction by expanding a set views stored in a tuple into a comma separated list of parameters. This list defines the actual parameters to the workfunction.It is used for workfunctions returning non-void value types. More...
 
struct  stapl::paragraph_impl::wf_invoke< WF, tuple< Args... >, index_sequence< Indices... > >
 Specialization of class for i number of views. More...
 
struct  stapl::paragraph_impl::wf_invoke_void< WF, ViewSet, IdxList >
 Function object that invokes a workfunction by expanding a set views stored in a tuple into a comma separated list of parameters. This list defines the actual parameters to the workfunction.It is used for workfunctions returning void. More...
 
struct  stapl::paragraph_impl::wf_invoke_void< WF, tuple< Args... >, index_sequence< Indices... > >
 Specialization of class for i number of views. More...
 

Detailed Description