• 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: NSMutableDictionary Q's
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSMutableDictionary Q's


  • Subject: Re: NSMutableDictionary Q's
  • From: Dietrich Epp <email@hidden>
  • Date: Fri, 3 Jan 2003 14:56:29 -0800

On Thursday, January 2, 2003, at 04:57 , Jonathan E. Jackel wrote:

In addition, you probably shouldn't be retaining the NSStrings passed to
the set... methods. You should be copying them, or at least in the case
of setName.

Huh?

Accessors in the code I have seen (and written) retain strings in setters
without any problem at all.

I think this should just be for the name, actually.

I'm going out on a wee bit of a limb because I haven't seen the source code
for NSString, but . . . the NSCopying protocol (to which NSString conforms)
strongly implies that a nonmutable string that is sent a "copy" message is
simply retained. The object that made the copy owns the copy and has to
release the copy -- exactly as if the object had just retained the string.

There's no difference. Is there?

There is if it's passed a NSMutableString. The dictionary will not retain keys, it will copy them. This string is being used as a key, I would copy it if I were programming it.
_______________________________________________
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.
References: 
 >RE: NSMutableDictionary Q's (From: "Jonathan E. Jackel" <email@hidden>)

  • Prev by Date: Cannot merge groups (yet) for wid....
  • Next by Date: Ignoring an empty field in the address book
  • Previous by thread: RE: NSMutableDictionary Q's
  • Next by thread: Re: NSMutableDictionary Q's
  • Index(es):
    • Date
    • Thread