Home
last modified time | relevance | path

Searched defs:node_id_property_map (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/graph/
Dgraphviz.hpp598 template < typename Vertex > struct node_id_property_map struct
600 typedef std::string value_type;
601 typedef value_type reference;
602 typedef Vertex key_type;
603 typedef readable_property_map_tag category;
605 node_id_property_map() {} in node_id_property_map() function
607 node_id_property_map( in node_id_property_map() argument
613 const dynamic_properties* dp;
614 const std::string* node_id;