Re: Is this the correct way to cache an IMP?
Re: Is this the correct way to cache an IMP?
- Subject: Re: Is this the correct way to cache an IMP?
- From: Ken Thomases <email@hidden>
- Date: Thu, 5 Aug 2010 08:53:29 -0500
On Aug 5, 2010, at 8:47 AM, Jean-Daniel Dupas wrote:
> As I pointed in my previous post, just define the function inside your class body (between @implementation and @end), and you will be able to access private ivars using pointer syntax.
Yes. A function within an @implementation is a part of the class and has full access.
Regards,
Ken
_______________________________________________
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