ORIGINAL
|
Reference counting metadata container. More...
#include <autoPtr.h>
Friends | |
template<typename , typename , typename > | |
class | autoPtr |
Additional Inherited Members | |
![]() | |
refCountBase () | |
Construct refCountBase object. | |
virtual | ~refCountBase ()=default |
Virtual destructor for proper cleanup. | |
![]() | |
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:
Lifecycle Management: