Re: NSSet primitive methods

2008-10-12 Thread Glen Low
Mike On 11/10/2008, at 10:27 PM, Mike Abdullah wrote: Can I enquire as to why you wish to subclass it? I have an existing data structure defined in C that I need to wrap with an Objective-C veneer. Rather than struggle to keep the C and an actual Objective-C NSSet in sync, I'd rather just

Re: NSSet primitive methods

2008-10-11 Thread Mike Abdullah
Can I enquire as to why you wish to subclass it? On 11 Oct 2008, at 15:15, Glen Low wrote: Hi All I want to subclass the class cluster of NSSet. The documentation for the class clusters NSArray/NSMutableArray and NSDictionary/NSMutableDictionary clearly shows what the primitive methods ar

Re: NSSet primitive methods

2008-10-11 Thread Michael Ash
On Sat, Oct 11, 2008 at 10:15 AM, Glen Low <[EMAIL PROTECTED]> wrote: > Hi All > > I want to subclass the class cluster of NSSet. > > The documentation for the class clusters NSArray/NSMutableArray and > NSDictionary/NSMutableDictionary clearly shows what the primitive methods > are, so you only ne

NSSet primitive methods

2008-10-11 Thread Glen Low
Hi All I want to subclass the class cluster of NSSet. The documentation for the class clusters NSArray/NSMutableArray and NSDictionary/NSMutableDictionary clearly shows what the primitive methods are, so you only need to reimplement these for the subclass to work e.g. NSArray's primitive