Home
last modified time | relevance | path

Searched refs:edge_all_t (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/graph/
Dundirected_graph.hpp617 struct property_map< UNDIRECTED_GRAPH, edge_all_t >
621 edge_all_t >::const_type >
625 edge_all_t >::type >
661 inline typename property_map< UNDIRECTED_GRAPH, edge_all_t >::type get( in get() argument
662 edge_all_t, UNDIRECTED_GRAPH& g) in get()
664 return typename property_map< UNDIRECTED_GRAPH, edge_all_t >::type( in get()
669 inline typename property_map< UNDIRECTED_GRAPH, edge_all_t >::const_type get( in get() argument
670 edge_all_t, UNDIRECTED_GRAPH const& g) in get()
672 return typename property_map< UNDIRECTED_GRAPH, edge_all_t >::const_type( in get()
696 edge_all_t >::const_type >::value_type
[all …]
Ddirected_graph.hpp593 struct property_map< DIRECTED_GRAPH, edge_all_t >
597 edge_all_t >::const_type >
601 edge_all_t >::type >
637 inline typename property_map< DIRECTED_GRAPH, edge_all_t >::type get( in get() argument
638 edge_all_t, DIRECTED_GRAPH& g) in get()
640 return typename property_map< DIRECTED_GRAPH, edge_all_t >::type( in get()
645 inline typename property_map< DIRECTED_GRAPH, edge_all_t >::const_type get( in get() argument
646 edge_all_t, DIRECTED_GRAPH const& g) in get()
648 return typename property_map< DIRECTED_GRAPH, edge_all_t >::const_type( in get()
671 typename DIRECTED_GRAPH::graph_type, edge_all_t >::const_type >::value_type
[all …]
Dadj_list_serialize.hpp70 "edge_property", get(edge_all_t(), graph, e)); in save()
112 "edge_property", get(edge_all_t(), graph, e)); in load()
Dcompressed_sparse_row_graph.hpp1428 typedef edge_all_t all_tag;
1431 edge_all_t >::type >::key_type key_type;
1433 typedef typename property_map< BOOST_CSR_GRAPH_TYPE, edge_all_t >::type
1436 typename property_map< BOOST_CSR_GRAPH_TYPE, edge_all_t >::const_type
1561 struct property_map< BOOST_CSR_GRAPH_TYPE, edge_all_t,
1677 inline typename property_map< BOOST_CSR_GRAPH_TYPE, edge_all_t >::type get( in get() argument
1678 edge_all_t, BOOST_CSR_GRAPH_TYPE& g) in get()
1684 inline typename property_map< BOOST_CSR_GRAPH_TYPE, edge_all_t >::const_type
1685 get(edge_all_t, const BOOST_CSR_GRAPH_TYPE& g) in get() argument
1691 inline EdgeProperty& get(edge_all_t, BOOST_CSR_GRAPH_TYPE& g, in get() argument
[all …]
Dleda_graph.hpp782 template <> struct leda_property_map< edge_all_t >
795 inline typename property_map< leda::GRAPH< vtype, etype >, edge_all_t >::type
796 get(edge_all_t, leda::GRAPH< vtype, etype >& g) in get() argument
799 typename property_map< leda::GRAPH< vtype, etype >, edge_all_t >::type in get()
805 typename property_map< leda::GRAPH< vtype, etype >, edge_all_t >::const_type
806 get(edge_all_t, const leda::GRAPH< vtype, etype >& g) in get() argument
809 edge_all_t >::const_type pmap_type; in get()
Dcopy.hpp128 typename property_map< Graph1, edge_all_t >::const_type edge_all_map1;
129 mutable typename property_map< Graph2, edge_all_t >::type edge_all_map2;
/third_party/boost/libs/graph/test/
Dleda_graph_cc.cpp34 (LvaluePropertyGraphConcept< Graph, Vertex, edge_all_t >)); in main()
/third_party/boost/boost/pending/
Dproperty.hpp65 enum edge_all_t enum
113 BGL_ALL_PROP(edge_all_t)
/third_party/boost/boost/graph/distributed/adjlist/
Dredistribute.hpp239 .push_back(redistributed_edge(*ei, split_edge_property(get(edge_all_t(), base(), in redistribute()
Dserialization.hpp865 , static_cast<edge_property_type const&>(get(edge_all_t(), g, e)) in save_edges()
/third_party/boost/boost/graph/detail/
Dadjacency_list.hpp2737 explicit adj_list_edge_all_properties_map(edge_all_t = edge_all_t()) {} in adj_list_edge_all_properties_map()
2790 template <> struct adj_list_choose_edge_pmap_helper< edge_all_t >