BaseHandle

interface BaseHandle

The base for all top-level SpatialML handles.

See also

Inheritors

Types

Link copied to clipboard
abstract class HandleDestructor(target: BaseHandle) : PhantomReference<BaseHandle>

As a BaseHandle may container native resources that must be released when the handle is out of scope, this class provides a structure to bundle the destruction callback with necessary data (like opaque IDs or internal handles) to be used during the destruction.

Properties

Link copied to clipboard

The BaseHandle's implementation's destructor.