GitHub - spratt/SmartPointer: These are C++ pointers which store the address of an object, and count references to that object. When the reference count drops to zero, the object is automatically deallocated.
====================================================================== Smart Pointers By Simon David Pratt ====================================================================== These are C++ pointers which store the address of an object, and count references to that object. When the reference count drops to zero, the object is automatically deallocated. See LICENSE file for license information.
About
These are C++ pointers which store the address of an object, and count references to that object. When the reference count drops to zero, the object is automatically deallocated.