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

Class for computing the metadata of graph_distribution . More...

Public Member Functions

template<typename Container >
return_type operator() (Container *cont)
 Return the metadata of specified container. More...
 
return_type operator() (Distribution *dist)
 Return the metadata of specified distribution. More...
 

Public Types

typedef Distribution::index_type index_type
 
typedef Distribution::location_type location_type
 
typedef Distribution::container_type container_type
 
typedef Distribution::base_container_type base_container_type
 
typedef Distribution::container_manager_type container_manager_type
 
typedef base_container_type::domain_type bc_domain_type
 
typedef graph_distribution_traits< Distribution, container_type >::metadata_domain_type domain_type
 
typedef metadata_entry< domain_type, base_container_type *> dom_info_type
 
typedef metadata::growable_container< dom_info_typemetadata_type
 
typedef std::pair< bool, metadata_type * > return_type
 

Detailed Description

template<typename Distribution>
class stapl::graph_metadata< Distribution >

Class for computing the metadata of graph_distribution .

Template Parameters
DistributionType of the Distribution.

Member Function Documentation

◆ operator()() [1/2]

template<typename Distribution >
template<typename Container >
return_type stapl::graph_metadata< Distribution >::operator() ( Container *  cont)

Return the metadata of specified container.

See also
metadata_entry.
Parameters
contA pointer to the container.

Calls the operator on the distribution of the provided container.

Returns
a pair indicating if the metadata container is static and balance distributed and a pointer to the metadata container.

◆ operator()() [2/2]

template<typename Distribution >
return_type stapl::graph_metadata< Distribution >::operator() ( Distribution *  dist)

Return the metadata of specified distribution.

See also
metadata_entry.
Parameters
distA pointer to the distribution.
Returns
a pair indicating if the metadata container is static and balance distributed and a pointer to the metadata container.

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