Class GarbagePointer

Metaclass for internal and application-wide garbage sensible data.

class GarbagePointer \ from BOM

more...

Summary

ptr()Returns the inner data stored in this pointer.

Detailed description

Metaclass for internal and application-wide garbage sensible data.

GarbagePointer is a class used to reflect opaque data which can be automatically destroyed by the Falcon Garbage Collector when it goes out of scope.

Methods

ptr()

Returns the inner data stored in this pointer.

GarbagePointer.ptr( )

Returns:Deep data (as a pointer).

This function returns a pointer value (stored in a Falcon integer) pointing to the inner FalconData served this garbage pointer.


Made with faldoc 2.0.0