ObjFW
Public Member Functions
<OFMutableCopying> Protocol Reference

A protocol for the creation of mutable copies. More...

#import <OFObject.h>

Inheritance diagram for <OFMutableCopying>:
OFArray OFDictionary OFSet OFString OFMutableArray OFMutableDictionary OFMutableSet OFConstantString OFMutableString OFCountedSet

List of all members.

Public Member Functions

(id) - mutableCopy
 Creates a mutable copy of the object.

Detailed Description

A protocol for the creation of mutable copies.

This protocol is implemented by objects that can be mutable and immutable and allows returning a mutable copy.


Member Function Documentation

- (id) mutableCopy

Creates a mutable copy of the object.

Returns:
A mutable copy of the object

The documentation for this protocol was generated from the following file:
 All Classes Functions Variables Properties