Re: where have all the IVARS gone? (long time passing...)
Re: where have all the IVARS gone? (long time passing...)
- Subject: Re: where have all the IVARS gone? (long time passing...)
- From: Andy Lee <email@hidden>
- Date: Fri, 7 Jul 2006 11:53:30 -0400
On Jul 7, 2006, at 3:02 AM, Rob Ross wrote:
So how do classes like NSString, NSSet or NSValue manage their
internal state?
They are "class clusters" -- the docs explain better than I could
(esp. since I'm late for work...). In brief, when you instantiate
NSString you actually get an instance of a concrete subclass, and
that subclass is where the ivars are.
--Andy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden