objc_method_list structure?
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