Home
last modified time | relevance | path

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

/third_party/boost/libs/graph/example/
Dfr_layout.cpp53 typedef std::map< std::string, Vertex > NameToVertex; typedef
55 Vertex get_vertex(const std::string& name, Graph& g, NameToVertex& names) in get_vertex()
57 NameToVertex::iterator i = names.find(name); in get_vertex()
130 NameToVertex names; in main()