Class isa class
Class isa class
- Subject: Class isa class
- From: Timothy Ritchey <email@hidden>
- Date: Thu, 29 Aug 2002 20:26:33 -0500
I'm trying to get an idea of the proper language to use when referring
to the class structures in Objective-C. When you call [Foo class], you
get an objc_class structure, that is itself a fully-blown class, with
its own isa pointer. The objc_class structure that object points to is
the Class-level class. Should I call it a meta-class? a Class-class? A
stop bothering us class?
-tim
_______________________________________________
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.