This is the documentation for Enlighten.

class Geo GeoDelegateDestructor

template<typename, void >
class Geo::GeoDelegateDestructor

A type for deleting objects of type T using specific delete function. This is for use in GeoAutoPtr.

Functions

Name Description
Delete(T *)

Primary policy method, deleting the object.


static void Geo::GeoDelegateDestructor< T, Delegate >::Delete


public: void Delete
(
    T * obj
)


Primary policy method, deleting the object.