This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

class Geo::Releasable

Base class for classes that are meant to be releasable.

Functions

Name Description
Release()

Free this object that was created within the Enlighten libraries.


virtual void Geo::Releasable::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)'

  • No labels