ObjFW
Loading...
Searching...
No Matches
Instance Methods | List of all members
<OFMutableCopying> Protocol Reference

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

#include <ObjFW/OFObject.h>

Inheritance diagram for <OFMutableCopying>:
OFArray OFData OFDictionary OFIRI OFLHAArchiveEntry OFPair OFSet OFString OFTarArchiveEntry OFTriple OFZIPArchiveEntry OFZooArchiveEntry

Instance Methods

(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.

Method Documentation

◆ mutableCopy

- (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: