
19 May
2010
19 May
'10
4:37 p.m.
On Wed, 19 May 2010, Hossein Haeri wrote:
Dear all,
What is my chance to get VertexProperties back in
adjacency_list
as a nested type? So, for example:
typedef adjacency_list
graph_type; where VertexProperties == string. What nested type can I use to get to string from graph_type? It would have made a lot of sense for example if the following piece of code worked:
typedef graph_traits
::vertex_type my_type;
It looks like there are typedefs graph_type::vertex_property_type and graph_type::edge_property_type in adjacency_list. They appear to be meant to be public, but I am not sure. See if those match what you are expecting. -- Jeremiah Willcock