#include <KeosSmartPtrPolicies.h>
Inheritance diagram for Keos::CRefCount< T >:

Public Member Functions | |
| CRefCount () | |
| Default constructor. | |
| T * | Clone (T *Ptr) |
| Clone the resource. | |
| void | Release (T *pPtr) |
| Manage the liberation of the resource. | |
| void | Swap (CRefCount &RefCount) |
| Swap two instances. | |
Definition at line 34 of file KeosSmartPtrPolicies.h.
| Keos::CRefCount< T >::CRefCount | ( | ) | [inline] |
| T* Keos::CRefCount< T >::Clone | ( | T * | Ptr | ) | [inline] |
| void Keos::CRefCount< T >::Release | ( | T * | pPtr | ) | [inline] |
| void Keos::CRefCount< T >::Swap | ( | CRefCount< T > & | RefCount | ) | [inline] |
1.5.1-p1