ObjFW
Classes | Typedefs
OFMutableArray.h File Reference
#import "OFArray.h"

Go to the source code of this file.

Classes

class  OFMutableArray
 An abstract class for storing, adding and removing objects in an array. More...
 

Typedefs

typedef id OF_NONNULL(^ of_array_replace_block_t) (id object, size_t index)
 A block for replacing values in an OFMutableArray. More...
 

Typedef Documentation

typedef id OF_NONNULL(^ of_array_replace_block_t) (id object, size_t index)

A block for replacing values in an OFMutableArray.

Parameters
objectThe object to replace
indexThe index of the object to replace
Returns
The object to replace the object with