DeletePolicy< T > Class Template Reference

#include <Pt/SmartPtr.h>

Deleter policy for SmartPtr. More...

Inherited by AutoPtr< T, Destroy >, and SmartPtr< T, OwnershipPolicy, DestroyPolicy >.

Detailed Description

template<typename T>
class Pt::DeletePolicy< T >

The DeletePolicy implements the method, which instructs the SmartPtr to free the object which it helds by deleting it.