• 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: selectors in NSDictionaries?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: selectors in NSDictionaries?


  • Subject: Re: selectors in NSDictionaries?
  • From: Mike Blaguszewski <email@hidden>
  • Date: Thu, 6 Apr 2006 19:49:00 -0400

On Apr 6, 2006, at 7:37 PM, Azza wrote:

do you know if it is possible to save a selector reference i.e
@selector(someFunction:) inside a NSDictionary like this?
[...]
    [tempDict setObject:@selector(someFunction:) forKey:@"Loader"];

That won't work, because Cocoa data structures like NSDictionary can only contain objects, and a selector isn't an object. Rather, it's a pointer (see objc.h), so you'll need to wrap it with +[NSValue valueWithPointer:].


--
Mike Blaguszewski / Cocoa Hacker / Ambrosia Software, Inc.



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Fwd: selectors in NSDictionaries? (From: Azza <email@hidden>)

  • Prev by Date: Re: Leaks in NSImage's drawInRect:fromRect:operation:fraction:
  • Next by Date: Re: FYI: NSKeyedArchiver success
  • Previous by thread: Fwd: selectors in NSDictionaries?
  • Next by thread: Re: selectors in NSDictionaries?
  • Index(es):
    • Date
    • Thread