Skip to content
/ refptr Public

C++ template class for a simple reference-counting pointer with automatic deallocation (does not handle circular references)

Notifications You must be signed in to change notification settings

holtrop/refptr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

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

No packages published

Languages