Home
last modified time | relevance | path

Searched defs: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
213 void operator()(std::ostream& out, const VorE& e) const in operator ()()
220 void write_attribute(std::ostream& out, const AttributeSequence& seq) const in write_attribute()
230 void write_attribute(std::ostream&, detail::error_property_not_found) const in write_attribute()
233 AttributeMap attributes;