Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dgraphviz.hpp208 template < typename AttributeMap > struct attributes_writer struct
210 attributes_writer(AttributeMap attr) : attributes(attr) {} in attributes_writer() function
237 attributes_writer<
243 return attributes_writer< EdgeAttributeMap >(get(edge_attribute, g)); in make_edge_attributes_writer()
247 attributes_writer<
253 return attributes_writer< VertexAttributeMap >(get(vertex_attribute, g)); in make_vertex_attributes_writer()