Re: objc_category?
Re: objc_category?
- Subject: Re: objc_category?
- From: publiclook <email@hidden>
- Date: Sat, 15 Mar 2003 15:11:52 -0500
I don't think this is possible. Information about categories is stored
in .o files produced from code that declares categories, but when the
.o files are linked (statically or dynamically) the information about
categories is discarded. the methods from the categories replace
previously existing implementation as needed so there is no reason to
preserve the category information separately.
On Saturday, March 15, 2003, at 11:43 AM, petite_abeille wrote:
Hello,
I'm trying to get a list of available objc_category...
How does one do that?
One could use _objc_headerCount() and _objc_headerVector() not long
time about... but _objc_headerVector() seems to be gone?
Any alternatives?
Thanks.
Cheers,
PA.
_______________________________________________
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.
_______________________________________________
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.