Home
last modified time | relevance | path

Searched defs:graph_mutability_traits (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/graph/
Dgraph_mutability_traits.hpp85 template < typename Graph > struct graph_mutability_traits struct
87 typedef typename Graph::mutability_category category;
Dadjacency_list.hpp458 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;
Ddirected_graph.hpp785 struct graph_mutability_traits< DIRECTED_GRAPH > struct
787 typedef mutable_property_graph_tag category;
Dundirected_graph.hpp812 struct graph_mutability_traits< UNDIRECTED_GRAPH > struct
814 typedef mutable_property_graph_tag category;
Dsubgraph.hpp1191 template < typename G > struct graph_mutability_traits< subgraph< G > > struct
1193 typedef typename graph_mutability_traits< G >::category category;
Dadjacency_matrix.hpp1289 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/
Dlabeled_graph_traits.hpp221 struct graph_mutability_traits< LABELED_GRAPH > struct
224 typename LABELED_GRAPH::graph_type >::type category;