STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::detail::variable_distribution_factory< Container, CompSpec, GID > Class Template Reference

Factory encapsulating the creation of nested containers with the the composed distribution specification for instantiation with variable distributions. Follows interface of Boost.Factory, returns pointer to heap allocated instance of the created object. More...

Public Member Functions

 variable_distribution_factory (CompSpec const &comp_spec)
 
result_type operator() (typename boost::call_traits< GID >::param_type gid, bool contains) const
 

Public Types

typedef Container * result_type
 

Detailed Description

template<typename Container, typename CompSpec, typename GID>
class stapl::detail::variable_distribution_factory< Container, CompSpec, GID >

Factory encapsulating the creation of nested containers with the the composed distribution specification for instantiation with variable distributions. Follows interface of Boost.Factory, returns pointer to heap allocated instance of the created object.

Template Parameters
ContainerThe type of the container this factory creates.
CompSpecComposed specification of the distributions for containers created at this level (and below).
GIDIndex type of the outer container. Used to index into the composed specification.

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