|
ORIGINAL
|
Reference counting metadata container. More...
#include <autoPtr.h>


Friends | |
| template<typename , typename , typename > | |
| class | autoPtr |
Additional Inherited Members | |
Protected Member Functions inherited from original::refCountBase | |
| refCountBase () | |
| Construct refCountBase object. | |
Protected Attributes inherited from original::refCountBase | |
| atomic< u_integer > | strong_refs |
| Strong reference counter. | |
| atomic< u_integer > | weak_refs |
| Weak reference counter. | |
Reference counting metadata container.
| TYPE | Managed object type |
| DELETER | Custom deleter policy type |
Stores: