• 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 static member variable
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ObjC static member variable


  • Subject: Re: ObjC static member variable
  • From: Scott Ribe <email@hidden>
  • Date: Thu, 10 Apr 2008 14:08:44 -0600
  • Thread-topic: ObjC static member variable

> Yes that works but then it becomes a global variable.

Not when it's declared static. As in plain C, static variables are at file
scope.

If you really want to access it via instances of the Objective-C class (or
the class itself), you'll just have to implement an appropriate method to
return it, in which case you might as well declare it as a static local
inside the method.

--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice


_______________________________________________

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

  • Follow-Ups:
    • Re: ObjC static member variable
      • From: Andy Lee <email@hidden>
References: 
 >Re: ObjC static member variable (From: vance <email@hidden>)

  • Prev by Date: Re: Replacement for GetApplicationEventTarget?
  • Next by Date: Re: ObjC static member variable
  • Previous by thread: Re: ObjC static member variable
  • Next by thread: Re: ObjC static member variable
  • Index(es):
    • Date
    • Thread