NSMethodSignature has methods:

- (const char *)getArgumentTypeAtIndex:(NSUInteger)idx;
- (const char *)methodReturnType;

So apparently the runtime is using strings to denote types instead of the now deprecated NSObjCValueType.

So where is the modern definition of which string maps to which type? I'm updating ObjectiveCLIPS and I need to be able to map types between the CLIPS and ObjectiveC environments and this is how I was doing it before they were deprecated.

-Todd Blanchard

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to