• 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: Comparing results of @encode
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Comparing results of @encode


  • Subject: Re: Comparing results of @encode
  • From: Jim Correia <email@hidden>
  • Date: Sun, 26 Oct 2008 09:59:58 -0400

On Oct 26, 2008, at 7:45 AM, Graham Cox wrote:

I'm porting some older code to my project. In this code, a variety of data types (integer, string, etc) are enumerated in a simple enumeration. I'd like to be able to automatically figure out what data type I need to use from a property's type or, since many properties are encapsulated in a NSNumber, for the -objCType returned by this.

My question is does @encode(...) return a static string for a given type, or not? Basically I'm wondering if I can do this:

if([myNumber objCType] == @encode(float)){...}

From the archives:

<http://www.cocoabuilder.com/archive/message/cocoa/2008/2/1/197752>

Jim
_______________________________________________

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


References: 
 >Comparing results of @encode (From: Graham Cox <email@hidden>)

  • Prev by Date: class method called on an instance
  • Next by Date: Re: class method called on an instance
  • Previous by thread: Comparing results of @encode
  • Next by thread: Re: Comparing results of @encode
  • Index(es):
    • Date
    • Thread