• 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: object instance names generated on the fly?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: object instance names generated on the fly?


  • Subject: Re: object instance names generated on the fly?
  • From: Ben Dougall <email@hidden>
  • Date: Sat, 22 Mar 2003 02:45:15 +0000

these look pretty hopeful for what i was on about:


sel_registerName and sel_getUid from pages 165/6 of the inside os x obj-c pdf
and SEL from page 195


sel_registerName:

Registers the name of a method with the Objective-C runtime system. This function
maps the name to a selector and returns the selector value.
SEL sel_registerName(const char *str);
str
A pointer to a C string. Pass the name of the method you wish to register.
function result A pointer of type


question is: is it possible to initiate an object with a name that's a
variable?
_______________________________________________
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: object instance names generated on the fly?
      • From: Jeff Disher <email@hidden>
References: 
 >Re: object instance names generated on the fly? (From: Ben Dougall <email@hidden>)

  • Prev by Date: Re: Sheet over a sheet ?
  • Next by Date: Re: object instance names generated on the fly?
  • Previous by thread: Re: object instance names generated on the fly?
  • Next by thread: Re: object instance names generated on the fly?
  • Index(es):
    • Date
    • Thread