ObjFW
Classes | Typedefs
OFMutableDictionary.h File Reference
#import "OFDictionary.h"
Include dependency graph for OFMutableDictionary.h:
This graph shows which files directly or indirectly include this file:

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 _Nonnull(^ of_dictionary_replace_block_t) (id key, id object)
 A block for replacing objects in an OFMutableDictionary. More...
 

Typedef Documentation

◆ of_dictionary_replace_block_t

typedef id _Nonnull(^ of_dictionary_replace_block_t) (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