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

Typedef Documentation

typedef id OF_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