TPointerDeleteStrategy Class Reference

class TPointerDeleteStrategy

Strategy (policy) class that defines a cleanup strategy for pointer types. This cleanup strategy deletes the managed pointer by using non-array delete.

LCleanedupPtr to which this strategy type may be supplied as an (optional) second tamplate parameter LManagedPtr to which this strategy type may be supplied as an (optional) second tamplate parameter

Public Member Functions
void Cleanup (T *)

Member Functions Documentation

Cleanup(T *)

void Cleanup ( T * aPtr ) [static, inline]

Parameters

T * aPtr