Skip navigation.
 
mlRE: NSString and NSCopying Protocol
FROM : Jonathan E. Jackel
DATE : Wed Nov 20 23:28:35 2002

> I just saw that NSString doesn't conform to NSCopying Protocol.
>
> Theorically, the documentation of the protocol says : "The exact
> meaning of \"copy\" can vary from class to class, but a copy must be a
> functionally independent object with values identical to the original
> at the time the copy was made."


"Functionally independent" does not not mean a true duplicate in a new
memory address.  It just means that you can convincingly fool everyone into
thinking that there is a true duplicate.

Jonathan
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlNSString and NSCopying Protocol Starman Nov 19, 16:13
mlRe: NSString and NSCopying Protocol Ondra Cada Nov 20, 05:19
mlRe: NSString and NSCopying Protocol Sherm Pendley Nov 20, 05:49
mlRe: NSString and NSCopying Protocol Glenn Howes Nov 20, 07:28
mlRE: NSString and NSCopying Protocol Jonathan E. Jackel Nov 20, 23:28
mlRe: NSString and NSCopying Protocol Finlay Dobbie Nov 23, 23:43