class members? info
class members? info
- Subject: class members? info
- From: Jeff Childers <email@hidden>
- Date: Mon, 19 Sep 2005 18:38:24 -0500
lets say I have implemented this
@interface SomeClass : NSObject <NSCoding> {
int one;
int two;
int three;
NSString* four;
}
is there a way to ask 'SomeClass' about its ivars?( or whatever they
are call).
Asking their names and data types.
If they are objects I can use
- (BOOL) isKindOfClass: (Class) aClass
it would be a convoluted way at best and I still have no way to get
the c data types
is there a better way without having to create a method that returns
this information?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden