#include <emanaged.h>
class TPointerDeleteStrategy |
Public Member Functions | |
---|---|
void | Cleanup(T *) |
Strategy (policy) class that defines a cleanup strategy for pointer types. This cleanup strategy deletes the managed pointer by using non-array delete.
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