• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: ObjC Method naming
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Follow-Ups:
    • Re: ObjC Method naming
      • From: Finlay Dobbie <email@hidden>
References: 
 >Re: ObjC Method naming (From: Finlay Dobbie <email@hidden>)

  • Prev by Date: Exceptions
  • Next by Date: Re: ObjC Method naming
  • Previous by thread: Re: ObjC Method naming
  • Next by thread: Re: ObjC Method naming
  • Index(es):
    • Date
    • Thread