&CFRelease ( alien -- alien ) - Factor Documentation

&CFRelease ( alien -- alien )


Vocabulary
core-foundation

Inputs
alien Pointer to a Core Foundation object


Outputs
alien Pointer to a Core Foundation object


Word description
Marks the given Core Foundation object for unconditional release via CFRelease at the end of the enclosing with-destructors scope.

See also
CFRelease , |CFRelease

Definition
USING: destructors kernel ;

IN: core-foundation

: &CFRelease ( alien -- alien )
dup <CFRelease-destructor> &dispose drop ; inline

AltStyle によって変換されたページ (->オリジナル) /