Re: property name-to-accessor munging? (was: Dot Syntax docs missing?)

2008-07-20 Thread Jean-Daniel Dupas
Le 20 juil. 08 à 16:31, Clark Cox a écrit : On Sun, Jul 20, 2008 at 4:17 AM, Jean-Daniel Dupas <[EMAIL PROTECTED]> wrote: Le 20 juil. 08 à 10:33, Ken Thomases a écrit : On Jul 18, 2008, at 11:53 PM, Rick Mann wrote: I realize after all this, it's not really the Dot Syntax I need. I need

Re: property name-to-accessor munging? (was: Dot Syntax docs missing?)

2008-07-20 Thread Clark Cox
On Sun, Jul 20, 2008 at 4:17 AM, Jean-Daniel Dupas <[EMAIL PROTECTED]> wrote: > > Le 20 juil. 08 à 10:33, Ken Thomases a écrit : > >> On Jul 18, 2008, at 11:53 PM, Rick Mann wrote: >> >>> I realize after all this, it's not really the Dot Syntax I need. I need >>> to know how a property name (starts

Re: property name-to-accessor munging? (was: Dot Syntax docs missing?)

2008-07-20 Thread mmalc crawford
On Jul 20, 2008, at 4:17 AM, Jean-Daniel Dupas wrote: The dot syntax uses the getter and setting specified for the property in the @property declaration. As documented[1], if you don't explicitly supply getter or setter names in that directive, it defaults to the property name for the get

Re: property name-to-accessor munging? (was: Dot Syntax docs missing?)

2008-07-20 Thread Jean-Daniel Dupas
Le 20 juil. 08 à 10:33, Ken Thomases a écrit : On Jul 18, 2008, at 11:53 PM, Rick Mann wrote: I realize after all this, it's not really the Dot Syntax I need. I need to know how a property name (starts with lower-case letter) is transliterated into the getter/setter names. The dot syntax

Re: property name-to-accessor munging? (was: Dot Syntax docs missing?)

2008-07-20 Thread Ken Thomases
On Jul 18, 2008, at 11:53 PM, Rick Mann wrote: I realize after all this, it's not really the Dot Syntax I need. I need to know how a property name (starts with lower-case letter) is transliterated into the getter/setter names. The dot syntax uses the getter and setting specified for the pro

Re: property name-to-accessor munging? (was: Dot Syntax docs missing?)

2008-07-18 Thread Rick Mann
On Jul 18, 2008, at 22:00:56, Andy Lee wrote: I haven't used either properties or dot syntax myself, but in the sidebar of the Objective-C 2.0 doc I see a "Declared Properties" section with a "Using Properties" subsection which has a "Property Declaration" section. Looks like what you wan

Re: property name-to-accessor munging? (was: Dot Syntax docs missing?)

2008-07-18 Thread Andy Lee
On Jul 19, 2008, at 12:53 AM, Rick Mann wrote: I realize after all this, it's not really the Dot Syntax I need. I need to know how a property name (starts with lower-case letter) is transliterated into the getter/setter names. I haven't used either properties or dot syntax myself, but in the

property name-to-accessor munging? (was: Dot Syntax docs missing?)

2008-07-18 Thread Rick Mann
I realize after all this, it's not really the Dot Syntax I need. I need to know how a property name (starts with lower-case letter) is transliterated into the getter/setter names. On Jul 18, 2008, at 20:58:35, Rick Mann wrote: Where is the description of the dot syntax? The top of the Obj-C