Hi, > On 5 Feb 2016, at 13:37, Alex Zavatone <[email protected]> wrote: > > The first question is, “Do you have any circular references?”
See my other thread for answer to that, but no, its a network with a Root Object and Child Objects, similar to a NSViewController/NSView Hierarchy. So, no there are no circular references. Each Node has a Child Array and a Parent (weak) Back Link. So: ObjectX.ChildArray[n].parent == ObjectX //In terms of Pointers. All the Best Dave _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
