class method list
class method list
- Subject: class method list
- From: Eric Cole <email@hidden>
- Date: Fri, 1 Nov 2002 15:36:00 -0800
Given an arbitrary object (Object *it), how is the class object
of that object retrieved. Say that the object was an NSView,
how would you get [NSView class] from the object? can you say
[[it class] class];?
Ultimately, the goal is to get a list of class methods for an
arbitrary object. Getting the instance methods is well
documented, but I saw no mention of class methods beyond
class_getClassMethod. How is the list of selectors obtained?
Also, in ocbj-class.h there is a list of definitions for file
types. What is the meaning of 'r' and 'q' in the argument list?
Thanks
Eric
_______________________________________________
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.