Re: object instance names generated on the fly?
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.