Re: self
Re: self
- Subject: Re: self
- From: "Theodore H. Smith" <email@hidden>
- Date: Wed, 8 Jun 2005 16:15:56 +0100
Thats what I meant. Params are (theoretically) stored on the stack in
C++. I don't know about in Cocoa.
On 8 Jun 2005, at 16:13, Clark Cox wrote:
On 6/8/05, Theodore H. Smith <email@hidden> wrote:
Am I right in thinking that self is a local (stack based) variable?
Yes and no. Self is actually a hidden function parameter. For
instance, the method:
_______________________________________________
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
References: | |
| >self (From: "Theodore H. Smith" <email@hidden>) |
| >Re: self (From: Clark Cox <email@hidden>) |