--- On Wed, 10/8/08, Lee, Frederick <[EMAIL PROTECTED]> wrote:

> Your answer got me thinking about Synthesized versus
> Explicit Instance
> Variables.
> 
> I've been using Synthesized-Explicit Instance
> Variables.
> That is, explicitly declaring iVars AND per ObjC_2, using
> @property/@synthesize
> directive to build the assessors.
> 
> Is there any benefit of using non-explicit/Synthesized
> Instance
> Variables that you had mentioned?

Those are synthesized *accessors*. Synthesized *instance variables*, which 
mmalc was talking about, are a feature of the 64-bit Objective-C runtime where 
the @synthesize directive can create instance variables that aren't declared in 
the interface.

Cheers,
Chuck


      
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to