TCBaseDeleteStrategy Class Reference

#include <emanaged.h>

class TCBaseDeleteStrategy
Public Member Functions
voidCleanup(CBase *)

Detailed Description

Strategy (policy) class that defines a cleanup strategy for pointers to CBase-derived types. This cleanup strategy calls CBase::Delete with the managed pointer.

See also: 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

Member Function Documentation

Cleanup ( CBase * )

voidCleanup(CBase *aPtr)[static, inline]