ORIGINAL
Loading...
Searching...
No Matches
Friends | List of all members
original::refCount< TYPE, DELETER > Class Template Reference

Reference counting metadata container. More...

#include <autoPtr.h>

Inheritance diagram for original::refCount< TYPE, DELETER >:
Inheritance graph
Collaboration diagram for original::refCount< TYPE, DELETER >:
Collaboration graph

Friends

template<typename , typename , typename >
class autoPtr
 

Additional Inherited Members

- Protected Member Functions inherited from original::refCountBase
 refCountBase ()
 Construct refCountBase object.
 
virtual ~refCountBase ()=default
 Virtual destructor for proper cleanup.
 
- Protected Attributes inherited from original::refCountBase
atomic< u_integerstrong_refs
 Strong reference counter.
 
atomic< u_integerweak_refs
 Weak reference counter.
 

Detailed Description

template<typename TYPE, typename DELETER>
class original::refCount< TYPE, DELETER >

Reference counting metadata container.

Template Parameters
TYPEManaged object type
DELETERCustom deleter policy type

Stores:

Lifecycle Management:


The documentation for this class was generated from the following file: