• 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 header parser or pre-compiled header API
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: objc header parser or pre-compiled header API


  • Subject: Re: objc header parser or pre-compiled header API
  • From: mw <email@hidden>
  • Date: Sun, 02 Feb 2003 14:22:31 -0500

Well, class-dump is the program to use if you need to see what the header
information for any precompiled objc binary looks like (such as the
@interface and all of the iVars and methods for each class). Just Google for
"class-dump" to find it.

mw

--
"Software exists to solve your problems. We exist to make the problems."
Microsoft



On 2/2/03 1:07 PM, "Daniel Zitter" <email@hidden> wrote:

> Hi,
>
> I need to generate test code for a huge number of Objective-C classes.
> Does anyone know of an implementation of an Objective-C header parser
> which is publicly available?
>
> I considered walking the objc runtime data structures, but this
> approach isn't sufficient because there is no good way to separate the
> public API from the private API once it has been 'distilled' down. (The
> type information gets watered down a bit too).
>
> Alternately, is anyone aware of APIs to walk the structures of a
> pre-compiled header as I think this would be equivalent, and in some
> respects superior, to header parsing for my purposes.
>
> Thanks,
> Dan
> _______________________________________________
> 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 header parser or pre-compiled header API
      • From: Daniel Zitter <email@hidden>
References: 
 >objc header parser or pre-compiled header API (From: Daniel Zitter <email@hidden>)

  • Prev by Date: Re: Auto-mounting disk images
  • Next by Date: Re: Unwanted transparency in NSBezierPath?
  • Previous by thread: objc header parser or pre-compiled header API
  • Next by thread: Re: objc header parser or pre-compiled header API
  • Index(es):
    • Date
    • Thread