#include <emanaged.h>
class TClose |
Public Member Functions | |
---|---|
void | Cleanup(T *) |
Strategy (policy) class that defines a cleanup strategy for managed resource class objects. This cleanup strategy calls the Close() member function of the managed class.
See also: LCleanedupHandle to which this strategy type may be supplied as an (optional) second tamplate parameter LManagedHandle to which this strategy type may be supplied as an (optional) second tamplate parameter