labelling some NSString objects, without making a new class?
labelling some NSString objects, without making a new class?
- Subject: labelling some NSString objects, without making a new class?
- From: Ben Dougall <email@hidden>
- Date: Wed, 1 Oct 2003 14:20:33 +0100
rather than creating a new class that does nothing but simply wrap
around an NSString giving a different identity from a normal NSString
instance, is there a better, more efficient way of labelling NSString
objects to enable distinguishing between instances of the normal
NSString type and instances of the labelled NSString type? just seems a
bit wasteful to do that with a new object type - that'll result in two
objects per labelled object.
_______________________________________________
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.