• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: ARC + CF types
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ARC + CF types


  • Subject: Re: ARC + CF types
  • From: Dave Zarzycki <email@hidden>
  • Date: Mon, 29 Aug 2011 09:43:04 -0700

Or, your code could subclass NSMutableSet and interpose the methods that add to the set. In other words, mentally separate "objects that are equal" from "objects that should be in the set". The former is an equality check, the latter is a policy decision.

davez


On Aug 29, 2011, at 7:37 AM, Thomas Davie wrote:

> Because NSMutableSet does not have the ability to specify a different version of equality – though as Mike Ash pointed out in #macdev, NSHashTable may well be appropriate.
>
> Thanks
>
> Thomas
> if (*ra4 != 0xffc78948) { return false; }
>

_______________________________________________

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

  • Follow-Ups:
    • Re: ARC + CF types
      • From: Greg Parker <email@hidden>
    • Re: ARC + CF types
      • From: Thomas Davie <email@hidden>
References: 
 >ARC + CF types (From: Thomas Davie <email@hidden>)
 >Re: ARC + CF types (From: Dave Zarzycki <email@hidden>)
 >Re: ARC + CF types (From: Thomas Davie <email@hidden>)

  • Prev by Date: Re: Long delay of NSPopUpButton first click
  • Next by Date: Re: ARC + CF types
  • Previous by thread: Re: ARC + CF types
  • Next by thread: Re: ARC + CF types
  • Index(es):
    • Date
    • Thread