ObjFW
Loading...
Searching...
No Matches
Classes | Typedefs
OFMutableDictionary.h File Reference
import "OFDictionary.h"

Go to the source code of this file.

Classes

class  OFMutableDictionary
 An abstract class for storing and changing objects in a dictionary. More...
 

Typedefs

typedef id(^ OFDictionaryReplaceBlock) (id key, id object)
 A block for replacing objects in an OFMutableDictionary.
 

Typedef Documentation

◆ OFDictionaryReplaceBlock

typedef id(^ OFDictionaryReplaceBlock) (id key, id object)

A block for replacing objects in an OFMutableDictionary.

Parameters
keyThe key of the object to replace
objectThe object to replace
Returns
The object to replace the object with