ORIGINAL
All Classes Namespaces Files Functions Variables Typedefs Friends Pages Concepts
original::refCount< TYPE, DELETER > Class Template Reference

Reference counting metadata container. More...

#include <autoPtr.h>

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

Friends

template<typename, typename, typename>
class autoPtr
 

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:

  • Managed pointer
  • Strong/weak reference counts
  • Deleter policy instance

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