STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::dist_spec_impl::cb_part_to_loc< PartInfoView > Struct Template Reference

Mapping function from partition id to location id used to construct an arbitrary distribution specification from a container of partition information. More...

Public Member Functions

 cb_part_to_loc (PartInfoView const &part_info)
 
index_type operator() (pid_type id) const
 
void update (std::vector< std::tuple< std::pair< gid_type, gid_type >, pid_type, location_type >> const &, size_t)
 Method required of all mapping functions. The method is called by the update_distribution method of containers.
 

Public Types

typedef unsigned long int gid_type
 
typedef unsigned long int pid_type
 
typedef location_type index_type
 

Detailed Description

template<typename PartInfoView>
struct stapl::dist_spec_impl::cb_part_to_loc< PartInfoView >

Mapping function from partition id to location id used to construct an arbitrary distribution specification from a container of partition information.


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