Re: weak pointer



> I guess so, though I wonder if boost already has something, or can at
> least provide inspiration.
> 
> This might also be useful:
> http://developer.gnome.org/doc/API/2.0/gobject/gobject-The-Base-Object-Type.html#g-object-weak-ref
> 


boost::weak_ptr<> works in conjuction with boost::shared_ptr<>. So it is
not practicaly in this case. Taking inspiration from it however is possible.


Hub



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]