Boost logo

Boost Users :

From: Jeremy Siek (jsiek_at_[hidden])
Date: 2004-03-30 15:17:23


Hi Steve,

You're daydreaming ;)

Out of curiosity, what do you imagine doing with the
my_vertex_properties vector?
What operations on the type "properties" do you see yourself using?

Cheers,
Jeremy

On Mar 30, 2004, at 11:33 AM, Steve Juranich wrote:
> Is there an easy way to find out all of, for instance, the vertex
> properties associated with a graph? What I'm looking for is something
> like the following:
>
> <pseduocode>
> vector<properties> my_vertex_properties;
> property_iterator pi, last;
> for(tie(pi, last) = vertex_property_list(Graph);
> pi != last; ++pi)
> my_vertex_properties.push_back(*pi);
> </pseudocode>
>
> How about it? Does anything like this exist or am I just daydreaming
> again?
>
> Thanks.
> --
> Stephen W. Juranich
> Science Applications Intl. Corp. (SAIC)
> (520) 570-7706
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>
_______________________________________________
Jeremy Siek <jsiek_at_[hidden]>
http://www.osl.iu.edu/~jsiek
Ph.D. Student, Indiana University Bloomington
Graduating in August 2004 and looking for work
C++ Booster (http://www.boost.org)
_______________________________________________


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net