Re: (RS)What's the type of a selector?[3]
Re: (RS)What's the type of a selector?[3]
- Subject: Re: (RS)What's the type of a selector?[3]
- From: "Adam R. Maxwell" <email@hidden>
- Date: Fri, 27 Oct 2006 21:17:00 -0700
On Oct 27, 2006, at 20:05, Roland Silver wrote:
Fourth: It doesn't look to me like @selector is a pointer to a
struct (if that's what you meant), it looks like a pointer-to-char,
i.e. a C-string.
Fifth: Thanks for telling me that it's "all in the documentation"
and I don't need the list members to help me. I searched around at
length in the "documentation" before putting my question to the
list, but didn't find the answer anywhere I looked.
<http://developer.apple.com/documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/c/func/sel_getName
> tells you that it can also be cast to a C string (const char *).
Adam
_______________________________________________
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