This is the documentation for Enlighten.

class Geo IGeoReleasable

class Geo::IGeoReleasable

A class implementing IGeoReleasable is usually created by the Enlighten libraries and so must have Release() called in order to return the memory.

The destructor of this class is protected

Functions

Name Description
Release()

Free this object that was created within the Enlighten libraries.


virtual void Geo::IGeoReleasable::Release


public: void Release()


Free this object that was created within the Enlighten libraries.

Expect this to behave in a similar way to calling 'delete(this)'