Skip navigation.
 
mlRe: toll free bridging
FROM : Guy English
DATE : Tue Dec 14 20:46:19 2004

Yes.


On Tue, 14 Dec 2004 11:39:46 -0800, Ken Victor <<email_removed>> wrote:

> i understand that since, eg, NSString and CFString are toll free bridged
> that i can use one or the other as needed (with appropriate casting) in
> cocoa and/or system calls. does this also apply to releasing the objects as
> well? ie, can i:
> CFRelease( an NSString)
> or
> [<a CFString> release]
>

> thanx,
> ken
>  _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list      (<email_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/guy.<email_removed>
>
> This email sent to guy.<email_removed>
>
>

Related mailsAuthorDate
mltoll free bridging Ken Victor Dec 14, 20:39
mlRe: toll free bridging Guy English Dec 14, 20:46
mlRe: toll free bridging glenn andreas Dec 14, 23:24