add_vertex(void) | stapl::dynamic_graph< D, M, OptionalParams > | |
add_vertex(vertex_property const &vp) | stapl::dynamic_graph< D, M, OptionalParams > | |
add_vertex(vertex_descriptor const &gid, vertex_property const &vp) | stapl::dynamic_graph< D, M, OptionalParams > | |
add_vertex(vertex_descriptor const &gid, vertex_property const &vp, Functor const &f) | stapl::dynamic_graph< D, M, OptionalParams > | |
add_vertex_uniform(vertex_property const &vp) | stapl::dynamic_graph< D, M, OptionalParams > | |
base_type typedef (defined in stapl::dynamic_graph< D, M, OptionalParams >) | stapl::dynamic_graph< D, M, OptionalParams > | protected |
delete_vertex(vertex_descriptor const &gid) | stapl::dynamic_graph< D, M, OptionalParams > | |
descriptor_domain_type typedef (defined in stapl::dynamic_graph< D, M, OptionalParams >) | stapl::dynamic_graph< D, M, OptionalParams > | |
directed_base_type typedef (defined in stapl::dynamic_graph< D, M, OptionalParams >) | stapl::dynamic_graph< D, M, OptionalParams > | protected |
domain() const | stapl::dynamic_graph< D, M, OptionalParams > | |
domain_type typedef (defined in stapl::dynamic_graph< D, M, OptionalParams >) | stapl::dynamic_graph< D, M, OptionalParams > | |
dynamic_graph(void) (defined in stapl::dynamic_graph< D, M, OptionalParams >) | stapl::dynamic_graph< D, M, OptionalParams > | |
dynamic_graph(size_t const &n) | stapl::dynamic_graph< D, M, OptionalParams > | |
dynamic_graph(size_t const &n, vertex_property const &default_value) | stapl::dynamic_graph< D, M, OptionalParams > | |
dynamic_graph(partition_type const &ps, vertex_property const &default_value=vertex_property()) | stapl::dynamic_graph< D, M, OptionalParams > | |
dynamic_graph(partition_type const &ps, mapper_type const &mapper, vertex_property const &default_value=vertex_property()) (defined in stapl::dynamic_graph< D, M, OptionalParams >) | stapl::dynamic_graph< D, M, OptionalParams > | |
dynamic_graph(DistSpecsView const &dist_view, typename boost::enable_if< is_distribution_view< DistSpecsView > >::type *=0) (defined in stapl::dynamic_graph< D, M, OptionalParams >) | stapl::dynamic_graph< D, M, OptionalParams > | |
dynamic_graph(DistSpecsView const &dist_view, vertex_property const &default_value, typename boost::enable_if< is_distribution_view< DistSpecsView > >::type *=0) (defined in stapl::dynamic_graph< D, M, OptionalParams >) | stapl::dynamic_graph< D, M, OptionalParams > | |
dynamic_graph(size_t n, vertex_property const &default_value, DP const &dis_policy) | stapl::dynamic_graph< D, M, OptionalParams > | |
dynamic_graph(boost::tuples::cons< X, Y > dims) | stapl::dynamic_graph< D, M, OptionalParams > | |
dynamic_graph(boost::tuples::cons< X, Y > dims, DP const &dis_policy) | stapl::dynamic_graph< D, M, OptionalParams > | |
dynamic_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::dynamic_graph< D, M, OptionalParams > | |
dynamic_graph(ComposedSpec const &comp_spec, typename std::enable_if< detail::has_is_composed_dist_spec< ComposedSpec >::value >::type *=0) | stapl::dynamic_graph< D, M, OptionalParams > | |
dynamic_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::dynamic_graph< D, M, OptionalParams > | |
EdgeP typedef (defined in stapl::dynamic_graph< D, M, OptionalParams >) | stapl::dynamic_graph< D, M, OptionalParams > | protected |
graph(void) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
graph(size_t const &n) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
graph(size_t const &n, vertex_property const &default_value) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
graph(partition_type const &ps, vertex_property const &default_value=vertex_property()) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
graph(partition_type const &ps, mapper_type const &m) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
graph(partition_type const &ps, mapper_type const &m, vertex_property const &default_value) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
graph(size_t const &n, mapper_type const &m, vertex_property const &default_value=vertex_property()) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
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< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t >) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
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< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t >) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
graph(size_t n, vertex_property const &default_value, DP const &dis_policy) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
graph(size_t n, DP const &dis_policy) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
graph(boost::tuples::cons< X, Y > dims) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
graph(boost::tuples::cons< X, Y > dims, const DP &dis_policy) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
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< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
graph(ComposedSpec const &comp_spec, typename std::enable_if< detail::has_is_composed_dist_spec< ComposedSpec >::value >::type *=0) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
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< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
Map typedef (defined in stapl::dynamic_graph< D, M, OptionalParams >) | stapl::dynamic_graph< D, M, OptionalParams > | protected |
map_dom_t typedef (defined in stapl::dynamic_graph< D, M, OptionalParams >) | stapl::dynamic_graph< D, M, OptionalParams > | |
PS typedef (defined in stapl::dynamic_graph< D, M, OptionalParams >) | stapl::dynamic_graph< D, M, OptionalParams > | protected |
shared_from_this() (defined in stapl::dynamic_graph< D, M, OptionalParams >) | stapl::dynamic_graph< D, M, OptionalParams > | |
this_type typedef (defined in stapl::dynamic_graph< D, M, OptionalParams >) | stapl::dynamic_graph< D, M, OptionalParams > | protected |
Traits typedef (defined in stapl::dynamic_graph< D, M, OptionalParams >) | stapl::dynamic_graph< D, M, OptionalParams > | protected |
VertexP typedef (defined in stapl::dynamic_graph< D, M, OptionalParams >) | stapl::dynamic_graph< D, M, OptionalParams > | protected |