Re: -get<Key>:range:
Re: -get<Key>:range:
- Subject: Re: -get<Key>:range:
- From: Ali Ozer <email@hidden>
- Date: Mon, 19 Jul 2004 10:22:25 -0700
The get<Key>:range: method is modeled after the method in NSArray:
- (void)getObjects:(id *)objects range:(NSRange)range;
so the getCharacters:range: example is close, although of course in the
case of NSString the "objects" are just characters and NSString isn't
actually KCO compliant for its characters.
Ali
Begin forwarded message:
From: Kay Roepke <email@hidden>
Date: July 19, 2004 9:07:52 PDT
To: Brent Gulanowski <email@hidden>
Cc: Cocoa Dev Dev <email@hidden>
Subject: Re: -get<Key>:range:
Forgot the list again, I did. Bah. ;-)
On 19. Jul 2004, at 17:54 Uhr, Brent Gulanowski wrote:
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.
Remind you: That was just a wild guess. Probably a close one, but
still.
Code will show (or Apple will respond).
But if I'm right, you might want to file a documentation bug at
bugreporter.apple.com.
Kay
_______________________________________________
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.
_______________________________________________
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.