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

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.

  • Follow-Ups:
    • Re: objc_category?
      • From: petite_abeille <email@hidden>
    • Re: objc_category?
      • From: petite_abeille <email@hidden>
References: 
 >objc_category? (From: petite_abeille <email@hidden>)

  • Prev by Date: Re: NSMutableArray/NSArray and lossyCString
  • Next by Date: Memory management of objects created from Applescript?
  • Previous by thread: objc_category?
  • Next by thread: Re: objc_category?
  • Index(es):
    • Date
    • Thread