-
Notifications
You must be signed in to change notification settings - Fork 0
holtrop/refptr
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Author: Josh Holtrop Purpose: Provide a reference-counting pointer-like first order C++ object that will free the object it is pointing to when all references to it have been destroyed. This simple implementation does not concern itself with the circular reference problem.
About
C++ template class for a simple reference-counting pointer with automatic deallocation (does not handle circular references)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published