• 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: "get" prefixes in Cocoa
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "get" prefixes in Cocoa


  • Subject: Re: "get" prefixes in Cocoa
  • From: Rob Ross <email@hidden>
  • Date: Wed, 30 Jul 2008 01:19:25 -0700

the "get" idiom means that you are passing in pointer arguments to the method, and the method will mutate(modify) the pointed-to objects. It's an alternate way of retrieving data from a method call as opposed to the usual function return value.


Rob Ross, Lead Software Engineer E! Networks

---------------------------------------------------
"Beware of he who would deny you access to information, for in his heart he dreams himself your master." -- Commissioner Pravin Lal




On Jul 30, 2008, at 1:11 AM, Sumner Trammell wrote:

Hi. Cocoa idioms dictate setFoo: and foo: for setters and getters.
Occasionally, the prefix "get" appears in a Cocoa method, like this
one:


- (void)getObjects:(id *)objects andKeys:(id *)keys


When a method is prefixed with get in Cocoa, what is being expressed?


Thanks, -s _______________________________________________

Cocoa-dev mailing list (email@hidden)

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:
This email sent to email@hidden

_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:
This email sent to email@hidden


References: 
 >"get" prefixes in Cocoa (From: "Sumner Trammell" <email@hidden>)

  • Prev by Date: Is the WebView inspector buggy in Interface Builder 3.0?
  • Next by Date: Re: private methods and variables
  • Previous by thread: "get" prefixes in Cocoa
  • Next by thread: Re: "get" prefixes in Cocoa
  • Index(es):
    • Date
    • Thread