Re: Where is NSList?
Re: Where is NSList?
- Subject: Re: Where is NSList?
- From: Sherm Pendley <email@hidden>
- Date: Wed, 28 Jul 2004 16:16:34 -0400
On Jul 27, 2004, at 5:40 PM, Tim Conkling wrote:
How do people handle this sort of thing in Cocoa? I'm used to STL's
map, list, et al, which use these sorts of iterators.
The rather absurd thread that followed this question revealed that what
you're really looking for is a linked list class. Two collections of
classes come to mind:
MiscKit predates Apple, and is in need of updating, but a linked list
class is shown in its docs:
<
http://www.misckit.com>
The Omni Group's OmniFoundation and OmniAppKit are well-known and up to
date, but a quick look through them didn't turn up a linked list class
- although there might be one I missed:
<
http://www.omnigroup.com/developer/sourcecode/>
sherm--
_______________________________________________
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.