Detecting Initialization

2009-01-28 Thread David H. Silber
Is there some means of detecting if an instance has been initialized? I'm thinking not. Apple's NSObject Class Reference says The init method defined in the NSObject class does no initialization, and googling around on the topic has not produced any means of doing so. I ask here in case someone

Re: Detecting Initialization

2009-01-28 Thread Graham Cox
On 29 Jan 2009, at 11:06 am, David H. Silber wrote: Is there some means of detecting if an instance has been initialized? I'm thinking not. Apple's NSObject Class Reference says The init method defined in the NSObject class does no initialization, and googling around on the topic has not

Re: Detecting Initialization

2009-01-28 Thread David H. Silber
On Thu, Jan 29, 2009 at 11:39:21AM +1100, Graham Cox wrote: On 29 Jan 2009, at 11:06 am, David H. Silber wrote: Is there some means of detecting if an instance has been initialized? I'm thinking not. Apple's NSObject Class Reference says The init method defined in the NSObject class

Re: Detecting Initialization

2009-01-28 Thread Stuart Malin
On Jan 28, 2009, at 4:46 PM, cocoa-dev-requ...@lists.apple.com wrote: On Thu, Jan 29, 2009 at 11:39:21AM +1100, Graham Cox wrote: On 29 Jan 2009, at 11:06 am, David H. Silber wrote: Is there some means of detecting if an instance has been initialized? I'm thinking not. Apple's