discuss-gnustep
[Top][All Lists]
Advanced

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

List of class methods, how?


From: Laurent Julliard
Subject: List of class methods, how?
Date: Fri, 22 Jun 2001 12:53:20 +0200

Could somebody tell me how to access the list of class methods (as
opposed to instance methods) from GNUstep/Objc. Right now I use

Class myclass;
class->methods 

to access the list of methods but it looks like this list is only for
instance methods. I was not able to find an equivalent "class_methods"
field in the Class structure (I looked at
./dev-apps.cvs/libobjc/objc/objc.h). 

Any pointer is appreciated.

Thanks

Laurent
-- 
Laurent JULLIARD - XR&T Technology and Alliances Office -  Open Source
team
Xerox / 3400 Hillview Ave. PAHV 121 / Palo-Alto CA 94304 / USA
Tel/Fax US: +1 650 813 7168 / 6860  - France: +33 4 76 61 5048 / 5199



reply via email to

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