Searched defs:graph_mutability_traits (Results 1 – 7 of 7) sorted by relevance
| /third_party/boost/boost/graph/ |
| D | graph_mutability_traits.hpp | 85 template < typename Graph > struct graph_mutability_traits struct 87 typedef typename Graph::mutability_category category;
|
| D | adjacency_list.hpp | 458 template < ADJLIST_PARAMS > struct graph_mutability_traits< ADJLIST > struct 460 typedef mutable_property_graph_tag category; 466 struct graph_mutability_traits< adjacency_list< OEL, vecS, D, VP, EP, GP, EL > > struct 468 typedef add_only_property_graph_tag category;
|
| D | directed_graph.hpp | 785 struct graph_mutability_traits< DIRECTED_GRAPH > struct 787 typedef mutable_property_graph_tag category;
|
| D | undirected_graph.hpp | 812 struct graph_mutability_traits< UNDIRECTED_GRAPH > struct 814 typedef mutable_property_graph_tag category;
|
| D | subgraph.hpp | 1191 template < typename G > struct graph_mutability_traits< subgraph< G > > struct 1193 typedef typename graph_mutability_traits< G >::category category;
|
| D | adjacency_matrix.hpp | 1289 struct graph_mutability_traits< adjacency_matrix< D, VP, EP, GP, A > > struct 1291 typedef mutable_edge_property_graph_tag category;
|
| /third_party/boost/boost/graph/detail/ |
| D | labeled_graph_traits.hpp | 221 struct graph_mutability_traits< LABELED_GRAPH > struct 224 typename LABELED_GRAPH::graph_type >::type category;
|