Re: How do I create a mutable version of my object?
Re: How do I create a mutable version of my object?
- Subject: Re: How do I create a mutable version of my object?
- From: Stéphane Sudre <email@hidden>
- Date: Mon, 20 Jan 2003 12:38:45 +0100
On Monday, January 20, 2003, at 08:24 AM, Jens Bauer wrote:
Hi all,
I've been searching the net, both GNUStep, my mail and mamasam, but I
could not find specific information about how to make my object
mutable.
I've collected a few guesses, and I might be wrong in some of the
cases.
I have a stupid suggestion.
Make your MyExampleArray use a NSMutableArray of MyExample objects and
don't allow adding/removing objects with methods from MyExampleArray
but add some in the MyMutableExampleArray.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.