Searched refs:GAttrMap (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/graph/ |
D | graphviz.hpp | 178 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() 195 GAttrMap; in make_graph_attributes_writer() typedef 200 GAttrMap gam = get_property(g, graph_graph_attribute); in make_graph_attributes_writer() 203 graph_attributes_writer< GAttrMap, NAttrMap, EAttrMap > writer( in make_graph_attributes_writer()
|