LuksMA - Overview
SmartPointer SmartPointer Public
Forked from 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.
C++