• 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: mutable keys in NSMutableDictionary
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mutable keys in NSMutableDictionary


  • Subject: Re: mutable keys in NSMutableDictionary
  • From: Shawn Erickson <email@hidden>
  • Date: Tue, 7 Oct 2003 08:44:30 -0700

On Tuesday, October 7, 2003, at 08:00 AM, Ivan Kourtev wrote:

> It seems a class called CFDictionary does what I need...but I've never
> done anything with any CF..., don't know what these are for, and
> whether one is supposed to use them at all?

Note the following...

CFDictionary is toll-free bridged with its Cocoa Foundation
counterpart, NSDictionary . What this means is that the Core Foundation
type is interchangeable in function or method calls with the bridged
Foundation object. This means that in a method where you see an
NSDictionary * parameter, you can pass in a CFDictionaryRef , and in a
function where you see a CFDictionaryRef parameter, you can pass in an
NSDictionary instance. This also applies to concrete subclasses of
NSDictionary.

&&

CFMutableDictionary is toll-free bridged with its Cocoa Foundation
counterpart, NSMutableDictionary . ....
_______________________________________________
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.

  • Follow-Ups:
    • Re: mutable keys in NSMutableDictionary
      • From: Ivan Kourtev <email@hidden>
References: 
 >mutable keys in NSMutableDictionary (From: Ivan Kourtev <email@hidden>)

  • Prev by Date: Re: NSTask
  • Next by Date: Re: Plugin Framework
  • Previous by thread: mutable keys in NSMutableDictionary
  • Next by thread: Re: mutable keys in NSMutableDictionary
  • Index(es):
    • Date
    • Thread