STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::multigraph< OptionalParams > Member List

This is the complete list of members for stapl::multigraph< OptionalParams >, including all inherited members.

graph(void)stapl::graph< UNDIRECTED, MULTIEDGES, OptionalParams... >
graph(size_t const &n)stapl::graph< UNDIRECTED, MULTIEDGES, OptionalParams... >
graph(size_t const &n, vertex_property const &default_value)stapl::graph< UNDIRECTED, MULTIEDGES, OptionalParams... >
graph(partition_type const &ps, vertex_property const &default_value=vertex_property())stapl::graph< UNDIRECTED, MULTIEDGES, OptionalParams... >
graph(partition_type const &ps, mapper_type const &m)stapl::graph< UNDIRECTED, MULTIEDGES, OptionalParams... >
graph(partition_type const &ps, mapper_type const &m, vertex_property const &default_value)stapl::graph< UNDIRECTED, MULTIEDGES, OptionalParams... >
graph(size_t const &n, mapper_type const &m, vertex_property const &default_value=vertex_property())stapl::graph< UNDIRECTED, MULTIEDGES, OptionalParams... >
graph(DistSpecsView const &dist_view, typename std::enable_if< is_distribution_view< DistSpecsView >::value &&!detail::has_is_composed_dist_spec< DistSpecsView >::value >::type *=0) (defined in stapl::graph< UNDIRECTED, MULTIEDGES, OptionalParams... >)stapl::graph< UNDIRECTED, MULTIEDGES, OptionalParams... >
graph(DistSpecsView const &dist_view, vertex_property const &default_value, typename std::enable_if< is_distribution_view< DistSpecsView >::value &&!detail::has_is_composed_dist_spec< DistSpecsView >::value >::type *=0) (defined in stapl::graph< UNDIRECTED, MULTIEDGES, OptionalParams... >)stapl::graph< UNDIRECTED, MULTIEDGES, OptionalParams... >
graph(size_t n, vertex_property const &default_value, DP const &dis_policy)stapl::graph< UNDIRECTED, MULTIEDGES, OptionalParams... >
graph(size_t n, DP const &dis_policy)stapl::graph< UNDIRECTED, MULTIEDGES, OptionalParams... >
graph(boost::tuples::cons< X, Y > dims)stapl::graph< UNDIRECTED, MULTIEDGES, OptionalParams... >
graph(boost::tuples::cons< X, Y > dims, const DP &dis_policy)stapl::graph< UNDIRECTED, MULTIEDGES, OptionalParams... >
graph(SizesView const &sizes_view, typename boost::enable_if< boost::mpl::and_< boost::is_same< size_type, typename SizesView::size_type >, boost::mpl::not_< is_distribution_view< SizesView > > > >::type *=0)stapl::graph< UNDIRECTED, MULTIEDGES, OptionalParams... >
graph(ComposedSpec const &comp_spec, typename std::enable_if< detail::has_is_composed_dist_spec< ComposedSpec >::value >::type *=0)stapl::graph< UNDIRECTED, MULTIEDGES, OptionalParams... >
graph(std::vector< DistSpecView > const &dist_specs, typename std::enable_if< is_distribution_view< DistSpecView >::value &&!detail::has_is_composed_dist_spec< DistSpecView >::value >::type *=0)stapl::graph< UNDIRECTED, MULTIEDGES, OptionalParams... >
multigraph(size_t const &n=0, typename base_type::vertex_property const &default_value=typename base_type::vertex_property())stapl::multigraph< OptionalParams >
multigraph(typename base_type::partition_type const &ps, typename base_type::vertex_property const &default_value=typename base_type::vertex_property())stapl::multigraph< OptionalParams >
shared_from_this() (defined in stapl::multigraph< OptionalParams >)stapl::multigraph< OptionalParams >