Re: Using CFSTR() with const char * variable
Re: Using CFSTR() with const char * variable
- Subject: Re: Using CFSTR() with const char * variable
- From: email@hidden
- Date: Sat, 06 Jun 2015 13:43:32 +0900
Sent from my iPhone
> On 2015/06/06, at 13:12, Carl Hoefs <email@hidden> wrote:
>
> Okay, got it. (BTW, it’s probably just me, but the entire set of CF* functions seems to be a bit oddly designed, no?)
They might seem so at first but they're pretty clever and well designed as an Object Oriented C.
They're also designed in many ways for implementing the guts of Foundation and other Objective-C classes in a consistent and performant way. Functions are faster that method lookup.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden