Re: ObjC Method naming
Re: ObjC Method naming
- Subject: Re: ObjC Method naming
- From: Andreas Monitzer <email@hidden>
- Date: Mon, 28 May 2001 23:56:04 +0200
On Monday, May 28, 2001, at 10:59 , Finlay Dobbie wrote:
On Monday, May 28, 2001, at 09:26 pm, Nat! wrote:
But what really happens is that [myRect setWidth:10.0 height:15.0]
translates into
objc_msgSend( myRect, @selector( setWidth:height:), 10.0, 15.0);
and you should never write code that calls objc_msgsend directly :-)
It should be pretty useful when you want to call objc-code from C++...
(as long as there is no ObjC++ -- did I miss something important by not
going to WWDC?)
andy
--
Description forthcoming.