Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

NameDescription
Delete(T *)

Primary policy method, deleting the object.


Anchor
ae1ac47996a5c67885143e5bbdfae8974
ae1ac47996a5c67885143e5bbdfae8974

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

...

public: void Delete
(
    T * obj
)

...

Primary policy method, deleting the object.