• 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: structs in Mutable containers
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: structs in Mutable containers


  • Subject: Re: structs in Mutable containers
  • From: Phil <email@hidden>
  • Date: Tue, 16 Sep 2008 22:00:50 +1200

On Tue, Sep 16, 2008 at 9:18 PM, Christian Giordano
<email@hidden> wrote:
> Hi guys, I'm finding myself trying to add to mutable containers like
> NSMutableDictionary or NSMutableArray instead of NSObjects subclasses,
> just structs. For instance in a NSMutableDictionary the key was an
> integer defined with #define. In this case I sort it with:
>
> ... forKey:[[NSNumber alloc] initWithInt:BAND_RED]];
>
> Not a really elegant solution but I can understand that those
> containers require pointers.
>

You should really be using NSValue's for this. Take a read of:
<http://developer.apple.com/documentation/Cocoa/Conceptual/NumbersandValues/Articles/Values.html>

> Now I need to create a NSMutableArray of CGPoint, how can I make it
> became a pointer?
>
> ... addObject:CGPointMake(x,y)];
>

See NSValue's +valueWithPoint:

Phil
_______________________________________________

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: structs in Mutable containers
      • From: "Christian Giordano" <email@hidden>
References: 
 >structs in Mutable containers (From: "Christian Giordano" <email@hidden>)

  • Prev by Date: structs in Mutable containers
  • Next by Date: Re: structs in Mutable containers
  • Previous by thread: structs in Mutable containers
  • Next by thread: Re: structs in Mutable containers
  • Index(es):
    • Date
    • Thread