Class for computing the metadata of graph_distribution .
More...
|
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...
|
|
|
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_type > | metadata_type |
|
typedef std::pair< bool, metadata_type * > | return_type |
|
template<typename Distribution>
class stapl::graph_metadata< Distribution >
Class for computing the metadata of graph_distribution .
- Template Parameters
-
Distribution | Type of the Distribution. |
◆ operator()() [1/2]
template<typename Distribution >
template<typename Container >
Return the metadata of specified container.
- See also
- metadata_entry.
- Parameters
-
cont | A 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 the metadata of specified distribution.
- See also
- metadata_entry.
- Parameters
-
dist | A 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: