-
- Downloads
add SmartPtr
SmartPtr< T > is similar to shared_ptr< T > in its intention. However, it demands methods addReference and removeReference on the object it points to. Actually, you could implement shared_ptr< T > through a SmartPtr< RefCountWrapper< T > > and a few cast operators. [[Imported from SVN: r6919]]
dune/common/smartptr.hh
0 → 100644
Please register or sign in to comment