Re: Determining if a method is a class or instance method
Re: Determining if a method is a class or instance method
- Subject: Re: Determining if a method is a class or instance method
- From: Glenn Andreas <email@hidden>
- Date: Mon, 12 Jul 2004 22:31:00 -0500
At 8:57 PM -0500 7/12/04, Robert Nicholson wrote:
Are methods of a formal protocol guaranteed to be in the same linked list?
As near as I remember (and I could be wrong), protocols are just like
classes (more or less) in their internal data structure, and contain
an array of methods (with a count) and then a link to the next array
of methods in that protocol (since a category can add more things to
a protocol in theory).
Of course there aren't a whole lot of formal protocols anyway...
Why are you curious?
--
Glenn Andreas email@hidden
mondo blobbo, Cythera, Theldrow, oh my!
Mad, Bad, and Dangerous to Know
_______________________________________________
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.