[BGL] Automatic cleanning in the graph.

24 Jun
2006
24 Jun
'06
4:52 a.m.
Hi everyone Is there a possibility to build a graph which nodes are automatically deleted when in the users code there is no reference to them? Maybe something that combines smart pointers and a graphs? Regards. -- |\/\/| Seweryn Habdank-Wojewódzki `\/\/

27 Jun
27 Jun
1:09 p.m.
On Jun 24, 2006, at 12:52 AM, Seweryn Habdank-Wojewódzki wrote:
We don't have a graph type like that in the BGL, but it should be quite easy to create one. If nothing else, vertex descriptors could be smart pointers, and the values they point to store the in- and out- edge lists. Doug
6885
Age (days ago)
6888
Last active (days ago)
1 comments
2 participants
participants (2)
-
Doug Gregor
-
Seweryn Habdank-Wojewódzki