Re: A tree data structure?
Re: A tree data structure?
- Subject: Re: A tree data structure?
- From: Ken Thomases <email@hidden>
- Date: Tue, 5 May 2009 08:21:30 -0500
On May 5, 2009, at 8:10 AM, Andreas Grosam wrote:
NSTreeController and CFTree is not exactly what I'm searching for. I
would like to have a *pure*, simple and effective but complete tree
data structure which comprises a hierarchy of objects:
[...]
Well, first of all, it's easy enough to write. There's no law saying
you have to find an existing implementation. If the existing
implementations don't meet your requirements, just roll your own.
That said, there probably are some pre-rolled implementations out
there. If not in Cocoa, then third-party frameworks. Have you
checked http://cocoadev.com/ ?
Since you mention NSTreeController and CFTree, you may already be
aware of this, but just in case you aren't: have you looked at
NSTreeNode?
Regards,
Ken
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden