STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::map_manager< Partition, Mapper, bool, bool > Class Template Reference

Responsible for determining the home location for elements of the map container, specifically for non-discrete GID types. More...

Public Member Functions

 map_manager (Partition const &ps, Mapper const &map)
 Create a manager with a given partition and mapper. More...
 
std::pair< location_type, loc_qualoperator() (gid_type const &index) const
 Compute the home / manager location of a given GID. More...
 
std::tuple< boost::icl::interval_set< key_type >, cid_typerange_of (gid_type const &index) const
 
Partition const & partition () const
 
Mapper & mapper ()
 
Mapper const & mapper () const
 

Public Types

typedef Partition::value_type::index_type gid_type
 GID of the container.
 
typedef gid_type key_type
 GID of the container.
 
typedef std::pair< gid_type, gid_typeinterval_t
 Simple intervals of GIDs.
 
typedef location_type value_type
 The result of invoking the function operator.
 
typedef size_t cid_type
 Partition ID type.
 
typedef Mapper mapper_type
 

Detailed Description

template<typename Partition, typename Mapper, bool = boost::icl::is_discrete< typename Partition::gid_type >::type::value, bool = is_view_based<Partition>::value>
class stapl::map_manager< Partition, Mapper, bool, bool >

Responsible for determining the home location for elements of the map container, specifically for non-discrete GID types.

This differs from the discrete case in that it cannot map GIDs in fixed blocks, and thus it simply uses the original partition and mapper information.

Template Parameters
PartitionerUsed to specify how to partition the elements.
MapperMaps the different partitions to the available locations.

Constructor & Destructor Documentation

◆ map_manager()

template<typename Partition , typename Mapper , bool = boost::icl::is_discrete< typename Partition::gid_type >::type::value, bool = is_view_based<Partition>::value>
stapl::map_manager< Partition, Mapper, bool, bool >::map_manager ( Partition const &  ps,
Mapper const &  map 
)

Create a manager with a given partition and mapper.

Parameters
psThe partition of the container
mapThe mapper of the container

Member Function Documentation

◆ operator()()

template<typename Partition , typename Mapper , bool = boost::icl::is_discrete< typename Partition::gid_type >::type::value, bool = is_view_based<Partition>::value>
std::pair<location_type, loc_qual> stapl::map_manager< Partition, Mapper, bool, bool >::operator() ( gid_type const &  index) const

Compute the home / manager location of a given GID.

Parameters
indexThe GID to map
Returns
The home location

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