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_sizes_factory< Container, SizesView, GID > Class Template Reference

Factory encapsulating the creation of nested containers with the the sizes view idiom for instantiation with variable sizes. Follows interface of Boost.Factory, returns pointer to heap allocated instance of the created object. More...

Public Member Functions

 variable_sizes_factory (SizesView const &sizes_view)
 
result_type operator() (typename boost::call_traits< GID >::param_type gid, bool) const
 

Public Types

typedef Container * result_type
 

Detailed Description

template<typename Container, typename SizesView, typename GID>
class stapl::detail::variable_sizes_factory< Container, SizesView, GID >

Factory encapsulating the creation of nested containers with the the sizes view idiom for instantiation with variable sizes. 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.
SizesViewDescriptor of sizes for containers created at this level (and below).
GIDIndex type of the outer container. Used to index into the sizes view.

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