• 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: Objective-C variadic methods vs. NSArray et al.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Objective-C variadic methods vs. NSArray et al.


  • Subject: Re: Objective-C variadic methods vs. NSArray et al.
  • From: Bill Bumgarner <email@hidden>
  • Date: Fri, 21 Nov 2008 15:44:39 -0800

On Nov 21, 2008, at 5:40 PM, Scott Thompson wrote:
Technical QA 1405 concerns the creation of Objective-C methods that take variable number of arguments... so called variadic methods. Happily the mechanisms just use the standard C mechanisms (va_start and friends).

That being the case, why is it that methods like arrayWithObjects: require you to nil terminate the list of arguments? Is it simply tradition, or some kind of optimization?

I don't need to know... I'm just curious.

Without a count, how would the array know how many objects it should pop off the stack?


b.bum

_______________________________________________

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: 
 >Objective-C variadic methods vs. NSArray et al. (From: Scott Thompson <email@hidden>)

  • Prev by Date: Objective-C variadic methods vs. NSArray et al.
  • Next by Date: Re: Objective-C variadic methods vs. NSArray et al.
  • Previous by thread: Objective-C variadic methods vs. NSArray et al.
  • Next by thread: Re: Objective-C variadic methods vs. NSArray et al.
  • Index(es):
    • Date
    • Thread