discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: objc-runtime - methodLists not in Class


From: Tobias
Subject: Re: objc-runtime - methodLists not in Class
Date: Mon, 12 May 2003 15:57:55 +0200
User-agent: KMail/1.5.1

i wrote:
> b)
> also in 'objc_class' definition
> there is a field
>
> struct objc_class* isa;
>
> which gives the root class of this class. [1]
> i can walk down the class hierarchy, but is there allready something
> implemented?

forgot about it, just found it...


but i still have 
> a)
> in 'obc-class' definition, there is a field, which is defined as
>
> struct objc_method_list** methodLists;
>
>
> see [1] for reference
>
> do we have something similar, or do i have to create a function to do this?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]