Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dgraphviz.hpp178 template < typename GAttrMap, typename NAttrMap, typename EAttrMap >
179 graph_attributes_writer< GAttrMap, NAttrMap, EAttrMap >
181 const GAttrMap& g_attr, const NAttrMap& n_attr, const EAttrMap& e_attr) in make_graph_attributes_writer()
183 return graph_attributes_writer< GAttrMap, NAttrMap, EAttrMap >( in make_graph_attributes_writer()
199 typename graph_property< Graph, graph_edge_attribute_t >::type EAttrMap; in make_graph_attributes_writer() typedef
202 EAttrMap eam = get_property(g, graph_edge_attribute); in make_graph_attributes_writer()
203 graph_attributes_writer< GAttrMap, NAttrMap, EAttrMap > writer( in make_graph_attributes_writer()