Re: Accessors (can we close it this way?)
Re: Accessors (can we close it this way?)
- Subject: Re: Accessors (can we close it this way?)
- From: Ondra Cada <email@hidden>
- Date: Wed, 7 Aug 2002 16:58:43 +0200
On Wednesday, August 7, 2002, at 04:22 , Ondra Cada wrote:
id o=[foo getter];
// NO CODE HERE!!!!
[o whatever];
// o NEVER MORE USED
Of course, in practice it means you would use
[[foo getter] whatever];
instead. I used the local variable to be principially consistent with the
other three patterns, but re-reading it I fear it was confusing, rather.
---
Ondra Hada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.