A base class for objects that are reference-counted with IntrusivePtrTs. More...
#include "Pointer.hpp"

Public Member Functions | |
| unsigned int | GetRefCount () const |
Protected Member Functions | |
| RefCountedT (const RefCountedT &) | |
| RefCountedT & | operator= (const RefCountedT &) |
Friends | |
| template<class T > | |
| class | IntrusivePtrT |
A base class for objects that are reference-counted with IntrusivePtrTs.
See http://www.drdobbs.com/article/print?articleId=229218807 for details.