Re: -get<Key>:range:
Re: -get<Key>:range:
- Subject: Re: -get<Key>:range:
- From: Brent Gulanowski <email@hidden>
- Date: Mon, 19 Jul 2004 11:54:03 -0400
On Mon, 19 Jul 2004 17:31:17 +0200, Kay Roepke
<email@hidden> wrote:
>
>
On 19. Jul 2004, at 16:53 Uhr, Brent Gulanowski wrote:
>
>
> What's the first argument to -get<Key>:range:
>
>
I suppose it's a pointer to said array. Since this is cited in the
>
vicinity of the word benchmark
>
it leads me to the assumption that it should be fast ;-)
>
>
Seriously, I would suspect it should look something like this:
>
(From class-dump)
>
@interface NSCFString : NSMutableString
>
{
>
}
>
...
>
>
- (void)getCharacters:(unsigned short *)fp8 range:(struct _NSRange)fp12;
Ah, OK. It could be a bit more specific that it is a (void) typed
method which returns a C array, not a (NSArray *) typed method.
Expecting the reader to intuit the meaning of "performance" seems to
have failed in my case.
Cheers,
--
Brent Gulanowski
http://www.boredastronaut.com
_______________________________________________
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.