Metaclass for internal and application-wide garbage sensible data.
class GarbagePointer \ from BOM
| ptr() | Returns the inner data stored in this pointer. |
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.
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.