Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
NSObject(OODeepCopy) Category Reference

#include <OODeepCopy.h>

Instance Methods

(id) - ooDeepCopyWithSharedObjects:
 

Detailed Description

Definition at line 55 of file OODeepCopy.h.

Method Documentation

◆ ooDeepCopyWithSharedObjects:

- (id) ooDeepCopyWithSharedObjects: (NSMutableSet *) OO_RETURNS_RETAINED

Definition at line 31 of file OODeepCopy.m.

51 :(NSMutableSet *)objects
52{
53 if ([self conformsToProtocol:@protocol(NSCopying)])
54 {
55 return [self copy];
56 }
57 else
58 {
59 return [self retain];
60 }
61}

References nil.


The documentation for this category was generated from the following files: