Boost logo

Boost Users :

Subject: Re: [Boost-users] Fwd: Bundled properties for GraphProperties
From: John Robertson (jrobertson7711_at_[hidden])
Date: 2010-08-28 20:21:20


Saeed,

Download the trunk and use g[graph_bundle].gMember;

________________________________
From: Saeed Nari <s.nari_at_[hidden]>
To: boost-users_at_[hidden]
Sent: Wed, August 25, 2010 8:59:52 AM
Subject: [Boost-users] Fwd: Bundled properties for GraphProperties

Hi all,

I wonder if I can use a user defined class (bundled property) as a
GraphProperty. The documentation just says about vertex and edge
properties. Actually I could compile the below line with no errors:

typedef adjacency_list<listS, vecS, directedS, vClass, eClass, gClass> Graph;

vClass, eClass and gClass are my own classes. I don't know how to
access the members from gClass anyway.

Graph g;
Vertex v;
Edge e;

g[v].vMember and g[e].eMember work fine. But I get error for g.gMember.

Thanks
Saeed
_______________________________________________
Boost-users mailing list
Boost-users_at_[hidden]
http://lists.boost.org/mailman/listinfo.cgi/boost-users

      



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