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

objc_method_list structure?


  • Subject: objc_method_list structure?
  • From: Tim Conkling <email@hidden>
  • Date: Thu, 11 Nov 2004 21:02:30 -0500

struct objc_method_list
{
	struct objc_method_list *obsolete;
	int method_count;
	struct objc_method method_list[1];
};

According to the documentation, the method_list field in the above structure is supposed to be "An array of objc_method data structures." I'm not sure what should go in the [0] index and what should go in the [1] index in order to make this array...

Can anyone fill me in?

Thanks,
Tim

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: objc_method_list structure?
      • From: Dustin Voss <email@hidden>
    • Re: objc_method_list structure?
      • From: "Mike Hall" <email@hidden>
  • Prev by Date: Re: textDidEndEditing
  • Next by Date: Re: Bindings and localization
  • Previous by thread: Re: textDidEndEditing
  • Next by thread: Re: objc_method_list structure?
  • Index(es):
    • Date
    • Thread