Forwarding to Super
Forwarding to Super
- Subject: Forwarding to Super
- From: Herr Witten <email@hidden>
- Date: Wed, 30 Jun 2004 14:48:34 -0400
I need to invoke an NSInvocation with the target as the super object of
a given object. That is, I need to invoke the super class's
implementation.
Can I somehow access the argumentFrame of NSInvocation to get the
arguments for the __builtin_apply() function?
I tried doing this by getting the Ivar of the variable, but I only got
a bad access when I tried to apply the offset, so
perhaps I am not doing it correctly.
Must I recreate the argumentFrame by parsing the arguments by hand?
Or is there a higher-level way to do it?
Thanks.
_______________________________________________
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.